]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/extern.h
syncing
[irc/gameservirc.git] / gameserv / extern.h
index a92bf726ef9a87087225f9647d60adb6809ee0d8..04845feb867682e2a3dd22c375b2c70b386c73c4 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,7 +64,9 @@ E char *adminpass;
 E char *VERSION;
 E char *PACKAGE;
 E char *welcomemsg;
+E char *ignoreserverslist;
 
+E bool listenonc_forest;
 E bool shuttingdown;
 E int welcomedelay;
 E int updateperiod;