summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-11 16:01:19 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-11 16:01:19 +0800
commit243e8372ad6a1571ab99398974e7eafdb05769c6 (patch)
tree69207b61f80855f654fdece7df9c19ba7c35ceeb /include
parent5c3bb0ce3bcbd99430b25b4d7ecfb474d4814947 (diff)
downloadpttbbs-243e8372ad6a1571ab99398974e7eafdb05769c6.tar
pttbbs-243e8372ad6a1571ab99398974e7eafdb05769c6.tar.gz
pttbbs-243e8372ad6a1571ab99398974e7eafdb05769c6.tar.bz2
pttbbs-243e8372ad6a1571ab99398974e7eafdb05769c6.tar.lz
pttbbs-243e8372ad6a1571ab99398974e7eafdb05769c6.tar.xz
pttbbs-243e8372ad6a1571ab99398974e7eafdb05769c6.tar.zst
pttbbs-243e8372ad6a1571ab99398974e7eafdb05769c6.zip
- (msg) fix backslash in string
- hints recommending in non-conditional .DIR - move b_config from bbs.c to board.c git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3668 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 41012158..f331ff19 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -90,6 +90,7 @@ int check_cooldown(boardheader_t *bp);
#define setutmpbid(bid) currutmp->brc_id=bid;
int enter_board(const char *boardname);
int HasBoardPerm(boardheader_t *bptr);
+int b_config();
int New(void);
int Favorite(void);
int Class(void);