Blame netwerk/protocol/ftp/nsIFTPChannelParentInternal.idl

Packit f0b94e
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
Packit f0b94e
/* This Source Code Form is subject to the terms of the Mozilla Public
Packit f0b94e
 * License, v. 2.0. If a copy of the MPL was not distributed with this
Packit f0b94e
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Packit f0b94e
Packit f0b94e
#include "nsISupports.idl"
Packit f0b94e
Packit f0b94e
/**
Packit f0b94e
 * This is an internal interface for FTP parent channel.
Packit f0b94e
 */
Packit f0b94e
[builtinclass, uuid(87b58410-83cb-42a7-b57b-27c07ef828d7)]
Packit f0b94e
interface nsIFTPChannelParentInternal : nsISupports
Packit f0b94e
{
Packit f0b94e
  void setErrorMsg(in string msg, in boolean useUTF8);
Packit f0b94e
};