diff options
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
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(); |