From 76e359f7c4fd25f803ef9f6553c685ad6ae86af2 Mon Sep 17 00:00:00 2001 From: scw Date: Sun, 28 Mar 2004 07:30:54 +0000 Subject: Fix bug when .boardrc full. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1619 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index c14b9d34..5c423bbb 100644 --- a/include/proto.h +++ b/include/proto.h @@ -74,7 +74,7 @@ int board_digest(); /* board */ #define setutmpbid(bid) currutmp->brc_id=bid; int brc_unread(const char *fname, int bnum, const int *blist); -int brc_initial(const char *boardname); +int brc_initial_board(const char *boardname); void brc_update(); void brc_finalize(); int HasPerm(boardheader_t *bptr); -- cgit v1.2.3