From 207ed6cf4ce0603d1ba551f0f44ece4c5e2650b0 Mon Sep 17 00:00:00 2001 From: ptt Date: Wed, 7 Apr 2004 02:22:53 +0000 Subject: passwd change back git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1715 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index 8d90a1b0..31c068bc 100644 --- a/include/proto.h +++ b/include/proto.h @@ -659,14 +659,11 @@ unsigned StringHash(unsigned char *s); /* passwd */ int passwd_init(); int passwd_update(int num, userec_t *buf); -int passwd_index_update(int num, userec_t *buf); int passwd_query(int num, userec_t *buf); -int passwd_index_query(int num, userec_t *buf); int passwd_apply(int (*fptr)(int, userec_t *)); void passwd_lock(); void passwd_unlock(); int passwd_update_money(int num); -int passwd_query_money(int num); int initcuser(char *userid); int freecuser(); -- cgit v1.2.3