]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/extern.h
Fixed a logic error in the config script loop. Added two new variables VERSION and...
[irc/gameservirc.git] / gameserv / extern.h
index 666c5c5d45db92708e9f0f360a7dddce719d8960..c330101120e5591e9499df7c1e8c21659a3708d3 100644 (file)
@@ -47,6 +47,8 @@ E char *remoteport;
 E char *remotepass;
 E char *playerdata;
 E char *adminpass;
+E char *VERSION;
+E char *PACKAGE;
 
 E List<aClient> clients;
 E List<aClient> players;