summaryrefslogtreecommitdiff
path: root/src/modules.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules.cpp')
-rw-r--r--src/modules.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules.cpp b/src/modules.cpp
index 3436ebd4d..0c2f36f0d 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -105,14 +105,14 @@ extern std::vector<std::string> module_names;
extern int boundPortCount;
extern int portCount;
-extern int SERVERportCount;
+
extern int ports[MAXSOCKS];
-extern int defaultRoute;
-extern std::vector<long> auth_cookies;
+
+
extern std::stringstream config_f;
-extern serverrec* me[32];
+
extern FILE *log_file;