Date: Saturday August 23, 2003 @ 1:14 Author: cameron Update of /home/netrek/cvsroot/Vanilla/include In directory swashbuckler.real-time.com:/var/tmp/cvs-serv28837/include Modified Files: proto.h Log Message: Makefile.in mods for GNU standards **************************************** Index: Vanilla/include/proto.h diff -u Vanilla/include/proto.h:1.4 Vanilla/include/proto.h:1.5 --- Vanilla/include/proto.h:1.4 Mon Nov 25 00:05:03 2002 +++ Vanilla/include/proto.h Sat Aug 23 01:14:19 2003 @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.4 2002/11/25 06:05:03 cameron Exp $ +/* $Id: proto.h,v 1.5 2003/08/23 06:14:19 cameron Exp $ * * Function prototypes for externally accessed functions. */ @@ -12,6 +12,12 @@ /* coup.c */ void coup(void); +/* db.c */ +int findplayer(char *namePick, struct statentry *player); +void savestats(void); +void changepassword(char *passPick); +void savepass(const struct statentry *); + /* death.c */ void death(void); @@ -70,8 +76,6 @@ /* getname.c */ void getname(void); -void savestats(void); -void changepassword(char *passPick); /* getpath.c */ void getpath(void); _______________________________________________ vanilla-devel mailing list vanilla-devel at us.netrek.org https://mailman.real-time.com/mailman/listinfo/vanilla-devel