diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-02-12 19:50:32 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-02-12 19:50:32 +0800 |
commit | 75461497ac8f148e7e2f37880f99cff88667fce1 (patch) | |
tree | f0d4541906086e8612c4928984a473ce840351e0 | |
parent | 661c66818ba37161c4626e0b5026fd6fe30a89a8 (diff) | |
download | pttbbs-75461497ac8f148e7e2f37880f99cff88667fce1.tar pttbbs-75461497ac8f148e7e2f37880f99cff88667fce1.tar.gz pttbbs-75461497ac8f148e7e2f37880f99cff88667fce1.tar.bz2 pttbbs-75461497ac8f148e7e2f37880f99cff88667fce1.tar.lz pttbbs-75461497ac8f148e7e2f37880f99cff88667fce1.tar.xz pttbbs-75461497ac8f148e7e2f37880f99cff88667fce1.tar.zst pttbbs-75461497ac8f148e7e2f37880f99cff88667fce1.zip |
add comment for hbflcheck()
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2500 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/cache.c b/mbbsd/cache.c index a8e13ce0..6bff2124 100644 --- a/mbbsd/cache.c +++ b/mbbsd/cache.c @@ -990,6 +990,7 @@ hbflreload(int bid) memcpy(SHM->hbfl[bid], hbfl, sizeof(hbfl)); // FIXME bid-1 ? } +/* 是否"不"通過板友測試. 如果在板友名單中的話傳回 0, 否則為 1 */ int hbflcheck(int bid, int uid) { |