From 1e74218f83c72175954f25bff7ba13b78119a863 Mon Sep 17 00:00:00 2001 From: kcwu Date: Mon, 15 Jun 2009 18:14:11 +0000 Subject: * revert r4584, r4586, r4595: to preserve old behavior. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4628 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3