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(const nsIID
& aIID
, void** aResult
);
17 nsresult
CreateNewMultiMixedConvFactory(const nsIID
& aIID
, void** aResult
);
18 nsresult
CreateNewTXTToHTMLConvFactory(const nsIID
& aIID
, void** aResult
);
19 nsresult
CreateNewHTTPCompressConvFactory(const nsIID
& aIID
, void** aResult
);
20 nsresult
CreateNewUnknownDecoderFactory(const nsIID
& aIID
, void** aResult
);
21 nsresult
CreateNewBinaryDetectorFactory(const nsIID
& aIID
, void** aResult
);
22 nsresult
nsLoadGroupConstructor(const nsIID
& aIID
, void** aResult
);
24 extern nsresult
net_NewIncrementalDownload(const nsIID
&, void**);
28 nsresult
WebSocketChannelConstructor(const nsIID
& aIID
, void** aResult
);
29 nsresult
WebSocketSSLChannelConstructor(const nsIID
& aIID
, void** aResult
);
31 } // namespace mozilla