summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-05 16:12:42 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-05 16:12:42 +0800
commitc9259df392d39db8b0a03ce648754837bc316905 (patch)
treedfe550fd42dd16b42ffe35450211dbef7e40e594 /include
parentb1bff943406c687957502983b94b257653451485 (diff)
downloadpttbbs-scw.brc2.tar
pttbbs-scw.brc2.tar.gz
pttbbs-scw.brc2.tar.bz2
pttbbs-scw.brc2.tar.lz
pttbbs-scw.brc2.tar.xz
pttbbs-scw.brc2.tar.zst
pttbbs-scw.brc2.zip
The bug fixed in trunk.scw.brc2
git-svn-id: http://opensvn.csie.org/pttbbs/branches/scw.brc2@1696 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 bc576357..8b4bb2bf 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -86,7 +86,7 @@ void sigfree(int);
#endif
/* brc */
-void brc_initialize();
+int brc_initialize();
void brc_finalize();
int brc_unread(const char *fname, int bnum, const time_t *blist);
int brc_unread_time(time_t ftime, int bnum, const time_t *blist);