summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-26 17:51:33 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-26 17:51:33 +0800
commit73df647f53be0329d484c593d600aaba01428ceb (patch)
treed4033758dfa71215047d0a9c4916928b601fe0ee
parenta8c9e25dbe6e256004374f01270ecb9c80788dbb (diff)
downloadpttbbs-73df647f53be0329d484c593d600aaba01428ceb.tar
pttbbs-73df647f53be0329d484c593d600aaba01428ceb.tar.gz
pttbbs-73df647f53be0329d484c593d600aaba01428ceb.tar.bz2
pttbbs-73df647f53be0329d484c593d600aaba01428ceb.tar.lz
pttbbs-73df647f53be0329d484c593d600aaba01428ceb.tar.xz
pttbbs-73df647f53be0329d484c593d600aaba01428ceb.tar.zst
pttbbs-73df647f53be0329d484c593d600aaba01428ceb.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@361 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/include/proto.h b/pttbbs/include/proto.h
index 8cccf526..2f916219 100644
--- a/pttbbs/include/proto.h
+++ b/pttbbs/include/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.22 2002/06/23 03:50:56 ptt Exp $ */
+/* $Id: proto.h,v 1.23 2002/06/26 09:51:33 ptt Exp $ */
#ifndef INCLUDE_PROTO_H
#define INCLUDE_PROTO_H
@@ -53,7 +53,7 @@ int board_etc();
int board_digest();
/* board */
-void setutmpbid(int bid);
+#define setutmpbid(bid) currutmp->brc_id=bid;
int brc_unread(char *fname, int bnum, int *blist);
int brc_initial(char *boardname);
void brc_update();