diff options
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r-- | include/pttstruct.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 7f2724fd..91a0d036 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -1,4 +1,4 @@ -/* $Id: pttstruct.h,v 1.12 2002/06/01 22:04:24 ptt Exp $ */ +/* $Id: pttstruct.h,v 1.13 2002/06/04 13:07:12 in2 Exp $ */ #ifndef INCLUDE_STRUCT_H #define INCLUDE_STRUCT_H @@ -336,8 +336,8 @@ struct pttcache_t { time_t touchtime; int busystate; - int GLOBE[10]; /* mbbsd間的 globe var - 用以做統計等資料 */ + int GLOBALVAR[10]; /* mbbsd間的 global variable + 用以做統計等資料 (非常態) */ }; typedef struct fromcache_t { @@ -396,4 +396,10 @@ typedef struct MailQueue { enum {MQ_TEXT, MQ_UUENCODE, MQ_JUSTIFY}; +typedef struct +{ + time_t chrono; + int recno; +} TagItem; + #endif |