From c87da8855f7f3edcd1fba6578a2c3f809cad8dc8 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 14 Jun 2005 06:00:37 +0000 Subject: 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 --- include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.3