summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-02-12 13:11:33 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-02-12 13:11:33 +0800
commit00eee2e00b063991da856cd7e93b0274149e46a7 (patch)
tree1d4a3a323a0d337d0be69c9c8bdd5e4f6266c7f7 /include
parent5a04bc91540459e854225d7f98f3f7eec080f9b5 (diff)
downloadpttbbs-00eee2e00b063991da856cd7e93b0274149e46a7.tar
pttbbs-00eee2e00b063991da856cd7e93b0274149e46a7.tar.gz
pttbbs-00eee2e00b063991da856cd7e93b0274149e46a7.tar.bz2
pttbbs-00eee2e00b063991da856cd7e93b0274149e46a7.tar.lz
pttbbs-00eee2e00b063991da856cd7e93b0274149e46a7.tar.xz
pttbbs-00eee2e00b063991da856cd7e93b0274149e46a7.tar.zst
pttbbs-00eee2e00b063991da856cd7e93b0274149e46a7.zip
Reduce file I/O on .boardrc
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1529 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index 1da8c481..10a9dad1 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -73,6 +73,7 @@ int board_digest();
int brc_unread(const char *fname, int bnum, const int *blist);
int brc_initial(const char *boardname);
void brc_update();
+void brc_finalize();
int Ben_Perm(boardheader_t *bptr);
int New();
int Boards();