From 20150280476994d7f9395a26c8bbb78a72c04918 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sun, 23 Sep 2007 08:02:39 +0000 Subject: * revise code for entering board. * fix board permission. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3571 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 eef17976..bfab2e4b 100644 --- a/include/proto.h +++ b/include/proto.h @@ -87,6 +87,7 @@ int check_cooldown(boardheader_t *bp); /* board */ #define setutmpbid(bid) currutmp->brc_id=bid; +int enter_board(const char *boardname); int HasBoardPerm(boardheader_t *bptr); int New(void); int Favorite(void); -- cgit v1.2.3