]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/extern.h
Added a contrib dir with one user submitted patch
[irc/gameservirc.git] / gameserv / extern.h
index 5694201c9c04db7a34d8e8464558706728e3cba4..242a28317cc5eb4d0433c3f2e46bb2fb34a32598 100644 (file)
@@ -27,6 +27,7 @@ E char *remoteserver;
 E char *remoteport;
 E char *remotepass;
 E char *playerdata;
+E char *adminpass;
 
 E List<aClient> clients;
 E List<aClient> players;
@@ -59,7 +60,11 @@ E bool is_fighting(char *u);
 E bool isnt_fighting(char *u);
 E bool player_fight(char *u);
 E bool master_fight(char *u);
+
+#ifndef HAVE_STRTOK
 E char *strtok(char *str, const char *delim);
+#endif
+
 E char *spaces(int len, char *seperator);
 E void display_monster(char *u);
 E void display_players(char *u);