From cb2088c7f1c9a80a3ddc5edea1905e298f128726 Mon Sep 17 00:00:00 2001 From: ptt Date: Wed, 26 Jun 2002 09:51:33 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@361 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 4 ++-- 1 file 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(); -- cgit v1.2.3