summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-25 02:24:22 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-25 02:24:22 +0800
commit2aed4fa0ea1d611cd75402562ea2564bbd223ede (patch)
treef6054c428a68f062497748eaa4e877804979ebf9 /include
parent165c4b5c6acdf9a3888bc1b1f20b08e36eff2539 (diff)
downloadpttbbs-2aed4fa0ea1d611cd75402562ea2564bbd223ede.tar
pttbbs-2aed4fa0ea1d611cd75402562ea2564bbd223ede.tar.gz
pttbbs-2aed4fa0ea1d611cd75402562ea2564bbd223ede.tar.bz2
pttbbs-2aed4fa0ea1d611cd75402562ea2564bbd223ede.tar.lz
pttbbs-2aed4fa0ea1d611cd75402562ea2564bbd223ede.tar.xz
pttbbs-2aed4fa0ea1d611cd75402562ea2564bbd223ede.tar.zst
pttbbs-2aed4fa0ea1d611cd75402562ea2564bbd223ede.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@203 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 444c58d2..d80f0adc 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.17 2002/05/24 16:40:30 in2 Exp $ */
+/* $Id: proto.h,v 1.18 2002/05/24 18:24:11 ptt Exp $ */
#ifndef INCLUDE_PROTO_H
#define INCLUDE_PROTO_H
@@ -53,6 +53,7 @@ int board_etc();
int board_digest();
/* board */
+void setutmpbid(int bid);
int brc_unread(char *fname, int bnum, int *blist);
int brc_initial(char *boardname);
void brc_update();