diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-08 05:33:24 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-08 05:33:24 +0800 |
commit | e083479d8a0ae78b774767e9774d52da6f8f37ec (patch) | |
tree | 0da4ae3b7480b3ee2d344be6455576b15734204f /include | |
parent | 3b3a2ac7f168b4f1a14caa4c93da4b9f1e4d067b (diff) | |
download | pttbbs-e083479d8a0ae78b774767e9774d52da6f8f37ec.tar pttbbs-e083479d8a0ae78b774767e9774d52da6f8f37ec.tar.gz pttbbs-e083479d8a0ae78b774767e9774d52da6f8f37ec.tar.bz2 pttbbs-e083479d8a0ae78b774767e9774d52da6f8f37ec.tar.lz pttbbs-e083479d8a0ae78b774767e9774d52da6f8f37ec.tar.xz pttbbs-e083479d8a0ae78b774767e9774d52da6f8f37ec.tar.zst pttbbs-e083479d8a0ae78b774767e9774d52da6f8f37ec.zip |
push_bottom
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1719 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 31c068bc..138bfd13 100644 --- a/include/proto.h +++ b/include/proto.h @@ -138,6 +138,7 @@ void remove_from_uhash(int n); void add_to_uhash(int n, char *id); int setumoney(int uid, int money); int getbtotal(int bid); +int getbottomtotal(int bid); userinfo_t *search_ulist_pid(int pid); userinfo_t *search_ulist_userid(char *userid); int moneyof(int uid); |