diff options
-rw-r--r-- | include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h index 87aaebff..e2c93338 100644 --- a/include/proto.h +++ b/include/proto.h @@ -88,8 +88,8 @@ int check_cooldown(boardheader_t *bp); #define setutmpbid(bid) currutmp->brc_id=bid; int HasBoardPerm(boardheader_t *bptr); int New(void); -int Boards(void); -int root_board(void); +int Favorite(void); +int Class(void); void save_brdbuf(void); void init_brdbuf(void); #ifdef CRITICAL_MEMORY |