mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
13 lines
256 B
C
13 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_
|