Date: Wednesday August 14, 2002 @ 23:48 Author: cameron Update of /home/netrek/cvsroot/Vanilla/include In directory swashbuckler.real-time.com:/var/tmp/cvs-serv29572/include Modified Files: proto.h Log Message: password change **************************************** Index: Vanilla/include/proto.h diff -u Vanilla/include/proto.h:1.2 Vanilla/include/proto.h:1.3 --- Vanilla/include/proto.h:1.2 Tue May 21 01:17:28 2002 +++ Vanilla/include/proto.h Wed Aug 14 23:48:17 2002 @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.2 2002/05/21 06:17:28 cameron Exp $ +/* $Id: proto.h,v 1.3 2002/08/15 04:48:17 cameron Exp $ * * Function prototypes for externally accessed functions. */ @@ -71,6 +71,7 @@ /* getname.c */ void getname(void); void savestats(void); +void changepassword (struct statentry *player, char *passPick); /* getpath.c */ void getpath(void);