gecko-dev/netwerk/standalone/nsNetModuleStandalone.h
2015-04-03 15:54:00 +02:00

14 lines
235 B
C++

#ifndef ns_net_module_standalone_h_
#define ns_net_module_standalone_h_
#include <nsError.h>
namespace mozilla {
nsresult InitNetModuleStandalone();
nsresult ShutdownNetModuleStandalone();
}
#endif // ns_net_module_standalone_h_