summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-20 01:37:20 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-20 01:37:20 +0800
commit2d9324e29de2b225a53e90f558606a0579fc7481 (patch)
tree53b1c386e9512afcb88ee21d4e4d34f66ae1d740 /mbbsd/board.c
parent15c5c61f826858f81502122106a9ac9b14f95c07 (diff)
downloadpttbbs-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 '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)
{