mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
e52329c788
The bulk of this commit was generated by running: run-clang-tidy.py \ -checks='-*,llvm-namespace-comment' \ -header-filter=^/.../mozilla-central/.* \ -fix
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_
|