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

CVS update: Vanilla/ntserv



Date:	Wednesday July 7, 1999 @ 17:47
Author:	unbelver

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

Modified Files:
	ntscmds.c 
Log Message:

Added a missing function prototype

--Carlos V.



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

Index: Vanilla/ntserv/ntscmds.c
diff -u Vanilla/ntserv/ntscmds.c:1.6 Vanilla/ntserv/ntscmds.c:1.7
--- Vanilla/ntserv/ntscmds.c:1.6	Fri May 28 03:40:42 1999
+++ Vanilla/ntserv/ntscmds.c	Wed Jul  7 17:47:33 1999
@@ -1,4 +1,4 @@
-/* $Id: ntscmds.c,v 1.6 1999/05/28 08:40:42 cameron Exp $
+/* $Id: ntscmds.c,v 1.7 1999/07/07 22:47:33 unbelver Exp $
  */
 
 /*
@@ -61,7 +61,9 @@
 #ifdef GENO_COUNT
 void do_genos_query(char *comm, struct message *mess, int who);
 #endif
-
+#if defined (ALLOW_EJECT)
+void eject_player(int who);
+#endif
 void do_client_query(char *comm, struct message *mess, int who);
 void do_ping_query(char *comm, struct message *mess, int who);
 void do_stats_query(char *comm, struct message *mess, int who);