Mypal/netwerk/standalone/nsNetModuleStandalone.h

14 lines
256 B
C
Raw Permalink Normal View History

2019-03-11 10:26:37 +00:00
#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_