Added PROTOCOL_VERSION define,

Started to change to new client-server protocol 0.2,
Added "slash" heartbeat mode...
This commit is contained in:
toykeeper
2000-01-05 00:03:25 +00:00
parent 14df3acb82
commit e2401e4a72
17 changed files with 101 additions and 43 deletions
+1
View File
@@ -11,6 +11,7 @@
*/
extern char *version;
extern char *protocol_version;
extern char *build_date;
void exit_program(int val);