blob: a9fe9227703dfb81b6c56832e4d1fc0bb8cb8f01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef ns_net_module_standalone_h_
#define ns_net_module_standalone_h_
#include <nsError.h>
namespace mozilla {
nsresult InitNetModuleStandalone();
nsresult ShutdownNetModuleStandalone();
} // namespace mozilla
#endif // ns_net_module_standalone_h_
|