]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/extern.h
Fixed the bug not allowing different config files to be used
[irc/gameservirc.git] / gameserv / extern.h
index 438e60acb856ef6b462fb724cee19dd5177aeabb..2c6b780a6fd2a82f65652c3ecb04027c4f8eec5f 100644 (file)
@@ -26,7 +26,8 @@
 
 // Hash.cpp stuff start
 #define U_TABLE_SIZE 1999
-E unsigned long HASH(const unsigned char *name, int size_of_table);
+E unsigned long sHASH(const unsigned char *name);
+E unsigned long iHASH(const unsigned char *name);
 // hash.cpp stuff end
 
 
@@ -63,8 +64,9 @@ E char *adminpass;
 E char *VERSION;
 E char *PACKAGE;
 E char *welcomemsg;
+E char *ignoreserverslist;
 
-E bool listenonc_forest;
+E long configflags;
 E bool shuttingdown;
 E int welcomedelay;
 E int updateperiod;