From 85dd021ec967d2f58a531912a78ed9a956dd10dc Mon Sep 17 00:00:00 2001 From: in2 Date: Sat, 5 Jul 2003 07:58:09 +0000 Subject: count #Welcomes in account to SHM instead of mbbsd.c git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1029 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/pttstruct.h b/include/pttstruct.h index a85c031d..d693f985 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -1,4 +1,4 @@ -/* $Id: pttstruct.h,v 1.38 2003/05/26 05:23:13 in2 Exp $ */ +/* $Id: pttstruct.h,v 1.39 2003/07/05 07:58:09 in2 Exp $ */ #ifndef INCLUDE_STRUCT_H #define INCLUDE_STRUCT_H @@ -361,6 +361,7 @@ typedef struct { #ifdef OUTTA_TIMER time_t now; #endif + int nWelcomes; } e; } GV2; char gap3_2[128]; -- cgit v1.2.3