]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/extern.h
updated the Changes log
[irc/gameservirc.git] / gameserv / extern.h
index 438e60acb856ef6b462fb724cee19dd5177aeabb..d996a30b6a0b8ad69328b4faf75862361643058d 100644 (file)
@@ -4,7 +4,7 @@
 #define E extern
 
 #define LEVELS 12      // Levels in the game
-#define REALLEVELS 9    // Levels to load from monsters.dat
+#define REALLEVELS 12    // Levels to load from monsters.dat
 #define MONSTERS 12    // Monsters per level
 
 #include <stdarg.h>
@@ -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;