summaryrefslogtreecommitdiff
path: root/src/inspircd_io.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspircd_io.cpp')
-rw-r--r--src/inspircd_io.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/inspircd_io.cpp b/src/inspircd_io.cpp
index e601ae496..53a95093a 100644
--- a/src/inspircd_io.cpp
+++ b/src/inspircd_io.cpp
@@ -31,12 +31,10 @@ using namespace std;
#include "inspstring.h"
#include "helperfuncs.h"
-extern FILE *log_file;
+extern ServerConfig *Config;
extern int boundPortCount;
extern int openSockfd[MAXSOCKS];
extern time_t TIME;
-extern bool unlimitcore;
-extern int MaxConn;
std::vector<std::string> include_stack;
void WriteOpers(char* text, ...);