summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-22 16:24:17 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-22 16:24:17 +0800
commitb8e44818ca32575fce76ecd90d770411734b1e1e (patch)
tree88f5576953713bcb358c348e6ee1b888d018a559 /include/pttstruct.h
parentf2ff0a76f97deb1b9a27ff4d9f38b894bbf82287 (diff)
downloadpttbbs-b8e44818ca32575fce76ecd90d770411734b1e1e.tar
pttbbs-b8e44818ca32575fce76ecd90d770411734b1e1e.tar.gz
pttbbs-b8e44818ca32575fce76ecd90d770411734b1e1e.tar.bz2
pttbbs-b8e44818ca32575fce76ecd90d770411734b1e1e.tar.lz
pttbbs-b8e44818ca32575fce76ecd90d770411734b1e1e.tar.xz
pttbbs-b8e44818ca32575fce76ecd90d770411734b1e1e.tar.zst
pttbbs-b8e44818ca32575fce76ecd90d770411734b1e1e.zip
merge from my branch
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1125 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h10
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