1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
13 nsresult
nsNetStartup();
16 nsresult
CreateNewStreamConvServiceFactory(nsISupports
* aOuter
,
17 const nsIID
& aIID
, void** aResult
);
18 nsresult
CreateNewMultiMixedConvFactory(nsISupports
* aOuter
, const nsIID
& aIID
,
20 nsresult
CreateNewTXTToHTMLConvFactory(nsISupports
* aOuter
, const nsIID
& aIID
,
22 nsresult
CreateNewHTTPCompressConvFactory(nsISupports
* aOuter
,
23 const nsIID
& aIID
, void** aResult
);
24 nsresult
CreateNewUnknownDecoderFactory(nsISupports
* aOuter
, const nsIID
& aIID
,
26 nsresult
CreateNewBinaryDetectorFactory(nsISupports
* aOuter
, const nsIID
& aIID
,
28 nsresult
nsLoadGroupConstructor(nsISupports
* aOuter
, const nsIID
& aIID
,
31 extern nsresult
net_NewIncrementalDownload(nsISupports
*, const nsIID
&, void**);
35 nsresult
WebSocketChannelConstructor(nsISupports
* aOuter
, const nsIID
& aIID
,
37 nsresult
WebSocketSSLChannelConstructor(nsISupports
* aOuter
, const nsIID
& aIID
,
40 } // namespace mozilla