summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-12 09:37:36 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-12 09:37:36 +0800
commitde5ce1c9adb04ed135c6c3be6110c453ac6df7aa (patch)
tree873b8afa0474f842b6e13f33ac06c50cbba32ce4 /include
parent2749389993957bd6c0cccf55e74f67926c48261a (diff)
downloadpttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar.gz
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar.bz2
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar.lz
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar.xz
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.tar.zst
pttbbs-de5ce1c9adb04ed135c6c3be6110c453ac6df7aa.zip
* revise code
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3670 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index f331ff19..e1985ce6 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -158,7 +158,7 @@ int setumoney(int uid, int money);
userinfo_t *search_ulist_pid(int pid);
userinfo_t *search_ulist_userid(const char *userid);
void hbflreload(int bid);
-int hbflcheck(int bid, int uid);
+int is_hidden_board_friend(int bid, int uid);
void *attach_shm(int shmkey, int shmsize);
void attach_SHM(void);
int is_BM_cache(int);