diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-28 15:30:54 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-28 15:30:54 +0800 |
commit | 76e359f7c4fd25f803ef9f6553c685ad6ae86af2 (patch) | |
tree | 1b7309d9759ff86481e8574017e984f41b6ebec8 /include | |
parent | e608be6d6619a2a3d9371511ecc127c216349191 (diff) | |
download | pttbbs-76e359f7c4fd25f803ef9f6553c685ad6ae86af2.tar pttbbs-76e359f7c4fd25f803ef9f6553c685ad6ae86af2.tar.gz pttbbs-76e359f7c4fd25f803ef9f6553c685ad6ae86af2.tar.bz2 pttbbs-76e359f7c4fd25f803ef9f6553c685ad6ae86af2.tar.lz pttbbs-76e359f7c4fd25f803ef9f6553c685ad6ae86af2.tar.xz pttbbs-76e359f7c4fd25f803ef9f6553c685ad6ae86af2.tar.zst pttbbs-76e359f7c4fd25f803ef9f6553c685ad6ae86af2.zip |
Fix bug when .boardrc full.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1619 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |