Date: Tuesday May 21, 2002 @ 1:17 Author: cameron Update of /home/netrek/cvsroot/Vanilla/include In directory swashbuckler.real-time.com:/var/tmp/cvs-serv8509/include Modified Files: proto.h Log Message: add more data to queue hosts **************************************** Index: Vanilla/include/proto.h diff -u Vanilla/include/proto.h:1.1 Vanilla/include/proto.h:1.2 --- Vanilla/include/proto.h:1.1 Tue May 1 21:00:19 2001 +++ Vanilla/include/proto.h Tue May 21 01:17:28 2002 @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.1 2001/05/02 02:00:19 cameron Exp $ +/* $Id: proto.h,v 1.2 2002/05/21 06:17:28 cameron Exp $ * * Function prototypes for externally accessed functions. */ @@ -217,6 +217,7 @@ #ifdef LTD_STATS void setEnemy(int myteam, struct player *me); #endif /* LTD_STATS */ +int find_slot_by_host(char *host, int j); /* warning.c */ void new_warning(int index, const char *fmt, ...);