summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-09-23 16:02:39 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-09-23 16:02:39 +0800
commit20150280476994d7f9395a26c8bbb78a72c04918 (patch)
tree49da89160e95163dbe63970446e0ecf70adc03f3 /include
parentcae5ea8fa7f94b023e4d4cc8754854ac7ae9c7aa (diff)
downloadpttbbs-20150280476994d7f9395a26c8bbb78a72c04918.tar
pttbbs-20150280476994d7f9395a26c8bbb78a72c04918.tar.gz
pttbbs-20150280476994d7f9395a26c8bbb78a72c04918.tar.bz2
pttbbs-20150280476994d7f9395a26c8bbb78a72c04918.tar.lz
pttbbs-20150280476994d7f9395a26c8bbb78a72c04918.tar.xz
pttbbs-20150280476994d7f9395a26c8bbb78a72c04918.tar.zst
pttbbs-20150280476994d7f9395a26c8bbb78a72c04918.zip
* revise code for entering board.
* fix board permission. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3571 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 deletions
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);