1
0
mirror of https://github.com/classilla/tenfourfox.git synced 2025-03-03 18:30:28 +00:00
tenfourfox/netwerk/standalone/nsNetModuleStandalone.h
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
256 B
C++

#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_