summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-13 01:15:36 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-13 01:15:36 +0800
commit2ec15646e35a5a49bea7eff28963c906afc5fc16 (patch)
tree048dabd3268b70cb8e5bcd30e3425385d45b9756 /include
parent86ef8a50a0135703d54b1ed23727ee1cc739ee73 (diff)
downloadpttbbs-2ec15646e35a5a49bea7eff28963c906afc5fc16.tar
pttbbs-2ec15646e35a5a49bea7eff28963c906afc5fc16.tar.gz
pttbbs-2ec15646e35a5a49bea7eff28963c906afc5fc16.tar.bz2
pttbbs-2ec15646e35a5a49bea7eff28963c906afc5fc16.tar.lz
pttbbs-2ec15646e35a5a49bea7eff28963c906afc5fc16.tar.xz
pttbbs-2ec15646e35a5a49bea7eff28963c906afc5fc16.tar.zst
pttbbs-2ec15646e35a5a49bea7eff28963c906afc5fc16.zip
* revise brc interface: brc will not change currbid, currboard, currbrdattr
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4584 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 2bcd16e1..bc4d8353 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(const char *boardname);
+int brc_initial_board(int bid);
// v3 api: add 'modified' tag
int brc_unread(int bid, const char *fname, time4_t modified);