diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-20 01:37:20 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-20 01:37:20 +0800 |
commit | 2d9324e29de2b225a53e90f558606a0579fc7481 (patch) | |
tree | 53b1c386e9512afcb88ee21d4e4d34f66ae1d740 /include | |
parent | 15c5c61f826858f81502122106a9ac9b14f95c07 (diff) | |
download | pttbbs-2d9324e29de2b225a53e90f558606a0579fc7481.tar pttbbs-2d9324e29de2b225a53e90f558606a0579fc7481.tar.gz pttbbs-2d9324e29de2b225a53e90f558606a0579fc7481.tar.bz2 pttbbs-2d9324e29de2b225a53e90f558606a0579fc7481.tar.lz pttbbs-2d9324e29de2b225a53e90f558606a0579fc7481.tar.xz pttbbs-2d9324e29de2b225a53e90f558606a0579fc7481.tar.zst pttbbs-2d9324e29de2b225a53e90f558606a0579fc7481.zip |
- add 'top boards' in ZA selection.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4211 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/include/proto.h b/include/proto.h index b4ca4ff6..a4681e02 100644 --- a/include/proto.h +++ b/include/proto.h @@ -98,15 +98,17 @@ 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); void save_brdbuf(void); void init_brdbuf(void); #ifdef CRITICAL_MEMORY void sigfree(int); #endif +int b_config(); +// Board Selections +int New(void); +int Favorite(void); +int Class(void); +int TopBoards(void); /* brc */ int brc_initialize(void); |