summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorbbs <bbs@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-20 10:01:09 +0800
committerbbs <bbs@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-20 10:01:09 +0800
commit78a987a664f4c0ae21970a9e84063c77cbd2bfe3 (patch)
tree8e9c28f249617fd24eae8388f11eac71580ee10b /include/proto.h
parent95c883dbfd9319b317477e2aef4a46ccff212249 (diff)
downloadpttbbs-78a987a664f4c0ae21970a9e84063c77cbd2bfe3.tar
pttbbs-78a987a664f4c0ae21970a9e84063c77cbd2bfe3.tar.gz
pttbbs-78a987a664f4c0ae21970a9e84063c77cbd2bfe3.tar.bz2
pttbbs-78a987a664f4c0ae21970a9e84063c77cbd2bfe3.tar.lz
pttbbs-78a987a664f4c0ae21970a9e84063c77cbd2bfe3.tar.xz
pttbbs-78a987a664f4c0ae21970a9e84063c77cbd2bfe3.tar.zst
pttbbs-78a987a664f4c0ae21970a9e84063c77cbd2bfe3.zip
search_ulist_userid()
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@884 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index c0c2326e..3aae3190 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.41 2003/05/18 07:46:37 in2 Exp $ */
+/* $Id: proto.h,v 1.42 2003/05/20 02:01:09 bbs Exp $ */
#ifndef INCLUDE_PROTO_H
#define INCLUDE_PROTO_H
@@ -115,6 +115,7 @@ void add_to_uhash(int n, char *id);
int setumoney(int uid, int money);
int getbtotal(int bid);
userinfo_t *search_ulist_pid(int pid);
+userinfo_t *search_ulist_userid(int userid);
int moneyof(int uid);
void hbflreload(int bid);
int hbflcheck(int bid, int uid);