diff options
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 1 |
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); |