diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-25 02:24:22 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-25 02:24:22 +0800 |
commit | 2aed4fa0ea1d611cd75402562ea2564bbd223ede (patch) | |
tree | f6054c428a68f062497748eaa4e877804979ebf9 /include/proto.h | |
parent | 165c4b5c6acdf9a3888bc1b1f20b08e36eff2539 (diff) | |
download | pttbbs-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/proto.h')
-rw-r--r-- | include/proto.h | 3 |
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(); |