diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-06-14 14:00:37 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-06-14 14:00:37 +0800 |
commit | c87da8855f7f3edcd1fba6578a2c3f809cad8dc8 (patch) | |
tree | b1d4eb943602e57e4ab5b44e6d8d265a5a228b89 /include/proto.h | |
parent | 350e701d38798b0227168a1e8ab009baa7438819 (diff) | |
download | pttbbs-c87da8855f7f3edcd1fba6578a2c3f809cad8dc8.tar pttbbs-c87da8855f7f3edcd1fba6578a2c3f809cad8dc8.tar.gz pttbbs-c87da8855f7f3edcd1fba6578a2c3f809cad8dc8.tar.bz2 pttbbs-c87da8855f7f3edcd1fba6578a2c3f809cad8dc8.tar.lz pttbbs-c87da8855f7f3edcd1fba6578a2c3f809cad8dc8.tar.xz pttbbs-c87da8855f7f3edcd1fba6578a2c3f809cad8dc8.tar.zst pttbbs-c87da8855f7f3edcd1fba6578a2c3f809cad8dc8.zip |
fix a bug that END usually gets "no articles" in ALLPOST.
read.c: add HOME to 1st article.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2839 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-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 2c9b060e..e92082c7 100644 --- a/include/proto.h +++ b/include/proto.h @@ -120,6 +120,7 @@ int getuser(const char *userid, userec_t *xuser); void setuserid(int num, const char *userid); int searchuser(const char *userid, char *rightid); int getbnum(const char *bname); +void touchbpostnum(int bid, int delta); void reset_board(int bid); void touch_boards(void); void addbrd_touchcache(void); |