Date: Monday November 25, 2002 @ 0:05 Author: cameron Update of /home/netrek/cvsroot/Vanilla/include In directory swashbuckler.real-time.com:/var/tmp/cvs-serv26492/include Modified Files: proto.h Log Message: fix password command corruption **************************************** Index: Vanilla/include/proto.h diff -u Vanilla/include/proto.h:1.3 Vanilla/include/proto.h:1.4 --- Vanilla/include/proto.h:1.3 Wed Aug 14 23:48:17 2002 +++ Vanilla/include/proto.h Mon Nov 25 00:05:03 2002 @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.3 2002/08/15 04:48:17 cameron Exp $ +/* $Id: proto.h,v 1.4 2002/11/25 06:05:03 cameron Exp $ * * Function prototypes for externally accessed functions. */ @@ -71,7 +71,7 @@ /* getname.c */ void getname(void); void savestats(void); -void changepassword (struct statentry *player, char *passPick); +void changepassword(char *passPick); /* getpath.c */ void getpath(void);