summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 98d6669a..5c25f87d 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1982,6 +1982,16 @@ Class(void)
}
int
+TopBoards(void)
+{
+ init_brdbuf();
+ class_bid = -1;
+ LIST_BRD();
+ choose_board(0);
+ return 0;
+}
+
+int
Favorite(void)
{
init_brdbuf();
@@ -1991,7 +2001,6 @@ Favorite(void)
return 0;
}
-
int
New(void)
{