diff options
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r-- | include/pttstruct.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 2401c26b..1cb59f85 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -1,4 +1,4 @@ -/* $Id: pttstruct.h,v 1.43 2003/07/20 00:55:34 in2 Exp $ */ +/* $Id$ */ #ifndef INCLUDE_STRUCT_H #define INCLUDE_STRUCT_H @@ -425,4 +425,12 @@ typedef struct int recno; } TagItem; +/* ¶H´Ñ */ +typedef struct chcusr_t{ + char userid[IDLEN + 1]; + int uid; + int win; + int lose; + int tie; +} chcusr_t; #endif |