Vanilla Development Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/ntserv



Date:	Wednesday May 19, 1999 @ 17:55
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla/ntserv
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv2177

Modified Files:
	ntscmds.c 
Log Message:
continuum compile warnings

****************************************

Index: Vanilla/ntserv/ntscmds.c
diff -u Vanilla/ntserv/ntscmds.c:1.4 Vanilla/ntserv/ntscmds.c:1.5
--- Vanilla/ntserv/ntscmds.c:1.4	Fri Apr 30 15:18:44 1999
+++ Vanilla/ntserv/ntscmds.c	Wed May 19 17:54:59 1999
@@ -1,4 +1,4 @@
-/* $Id: ntscmds.c,v 1.4 1999/04/30 20:18:44 ahn Exp $
+/* $Id: ntscmds.c,v 1.5 1999/05/19 22:54:59 cameron Exp $
  */
 
 /*
@@ -27,7 +27,7 @@
 #define C_PR_INPICKUP    C_PR_1
 
 #if defined (ALLOW_EJECT)
-void do_player_eject(void);
+void do_player_eject(int who, int player, int mflags, int sendto);
 #endif
 
 #if defined (AUTO_INL)
@@ -59,7 +59,7 @@
 void do_queue_msg(char *comm, struct message *mess);
 
 #ifdef GENO_COUNT
-void do_genos_query(void);
+void do_genos_query(char *comm, struct message *mess, int who);
 #endif
 
 void do_client_query(char *comm, struct message *mess, int who);