summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-16 02:14:11 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-16 02:14:11 +0800
commit1e74218f83c72175954f25bff7ba13b78119a863 (patch)
tree3b49350ce20c49e55b80ecdea9fea7277543faf6 /include
parent25d3eb59e94d5844209f7d401802f0f72c5c8ea6 (diff)
downloadpttbbs-1e74218f83c72175954f25bff7ba13b78119a863.tar
pttbbs-1e74218f83c72175954f25bff7ba13b78119a863.tar.gz
pttbbs-1e74218f83c72175954f25bff7ba13b78119a863.tar.bz2
pttbbs-1e74218f83c72175954f25bff7ba13b78119a863.tar.lz
pttbbs-1e74218f83c72175954f25bff7ba13b78119a863.tar.xz
pttbbs-1e74218f83c72175954f25bff7ba13b78119a863.tar.zst
pttbbs-1e74218f83c72175954f25bff7ba13b78119a863.zip
* revert r4584, r4586, r4595: to preserve old behavior.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4628 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 617b5827..efe9c4d7 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -100,7 +100,7 @@ int TopBoards(void);
/* brc */
int brc_initialize(void);
void brc_finalize(void);
-int brc_initial_board(int bid);
+int brc_initial_board(const char *boardname);
// v3 api: add 'modified' tag
int brc_unread(int bid, const char *fname, time4_t modified);