mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-04 10:05:51 +00:00
14 lines
256 B
C++
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_
|