mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 12:19:05 +02:00
The bulk of this commit was generated by running:
run-clang-tidy.py \
-checks='-*,llvm-namespace-comment' \
-header-filter=^/.../mozilla-central/.* \
-fix
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_
|