nsNetModuleStandalone.h 256 B

1234567891011121314
  1. #ifndef ns_net_module_standalone_h_
  2. #define ns_net_module_standalone_h_
  3. #include <nsError.h>
  4. namespace mozilla {
  5. nsresult InitNetModuleStandalone();
  6. nsresult ShutdownNetModuleStandalone();
  7. } // namespace mozilla
  8. #endif // ns_net_module_standalone_h_