summaryrefslogtreecommitdiffstats
path: root/netwerk/standalone/nsNetModuleStandalone.h
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/standalone/nsNetModuleStandalone.h')
-rw-r--r--netwerk/standalone/nsNetModuleStandalone.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/netwerk/standalone/nsNetModuleStandalone.h b/netwerk/standalone/nsNetModuleStandalone.h
new file mode 100644
index 000000000..a9fe92277
--- /dev/null
+++ b/netwerk/standalone/nsNetModuleStandalone.h
@@ -0,0 +1,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_