From 243e8372ad6a1571ab99398974e7eafdb05769c6 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 11 Dec 2007 08:01:19 +0000 Subject: - (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 --- include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.3