summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-06-01 15:10:20 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-06-01 15:10:20 +0000
commit7ab7eecf5e6f7791aec6d5e45788f2719d319785 (patch)
tree6a438d977889c067b8a41d9bb53865bc871bffd6 /src
parent79c35a9b14c39b67c8418cc3e7fa35d31f0d9d98 (diff)
Missing externs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1581 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/connection.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connection.cpp b/src/connection.cpp
index 0537fef24..b9a613cea 100644
--- a/src/connection.cpp
+++ b/src/connection.cpp
@@ -32,6 +32,8 @@ using namespace std;
#include "inspstring.h"
#include "helperfuncs.h"
+extern char ServerName[MAXBUF];
+extern serverrec* me[32];
extern bool has_been_netsplit;
extern std::vector<Module*> modules;
extern std::vector<ircd_module*> factory;