summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-07 10:22:53 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-07 10:22:53 +0800
commit207ed6cf4ce0603d1ba551f0f44ece4c5e2650b0 (patch)
tree9357ef7d424f704fe56550f935f0dab266c7cf20 /include
parent9f151c2c8a1f0dc43251c1653294ce9264b92c85 (diff)
downloadpttbbs-207ed6cf4ce0603d1ba551f0f44ece4c5e2650b0.tar
pttbbs-207ed6cf4ce0603d1ba551f0f44ece4c5e2650b0.tar.gz
pttbbs-207ed6cf4ce0603d1ba551f0f44ece4c5e2650b0.tar.bz2
pttbbs-207ed6cf4ce0603d1ba551f0f44ece4c5e2650b0.tar.lz
pttbbs-207ed6cf4ce0603d1ba551f0f44ece4c5e2650b0.tar.xz
pttbbs-207ed6cf4ce0603d1ba551f0f44ece4c5e2650b0.tar.zst
pttbbs-207ed6cf4ce0603d1ba551f0f44ece4c5e2650b0.zip
passwd change back
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1715 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h3
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();