summaryrefslogtreecommitdiffstats
path: root/include/proto.h
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
commitcb2088c7f1c9a80a3ddc5edea1905e298f128726 (patch)
tree6f407469a39f462ea70e31207fb31e3b9b7ad699 /include/proto.h
parent4401be8ea0ef048e3e9b0b1ba146b9d1f030009d (diff)
downloadpttbbs-cb2088c7f1c9a80a3ddc5edea1905e298f128726.tar
pttbbs-cb2088c7f1c9a80a3ddc5edea1905e298f128726.tar.gz
pttbbs-cb2088c7f1c9a80a3ddc5edea1905e298f128726.tar.bz2
pttbbs-cb2088c7f1c9a80a3ddc5edea1905e298f128726.tar.lz
pttbbs-cb2088c7f1c9a80a3ddc5edea1905e298f128726.tar.xz
pttbbs-cb2088c7f1c9a80a3ddc5edea1905e298f128726.tar.zst
pttbbs-cb2088c7f1c9a80a3ddc5edea1905e298f128726.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@361 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h
index 8cccf526..2f916219 100644
--- a/include/proto.h
+++ b/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();