summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-12-31 18:20:33 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-12-31 18:20:33 +0800
commit03f93ae5b5773347501500802e828387971e5d15 (patch)
tree6db76812fb6c9309e0f357415a2b89024de9ddc9
parent411afaf044db4db49d1e425eedb183c0b90b5a9b (diff)
downloadpttbbs-03f93ae5b5773347501500802e828387971e5d15.tar
pttbbs-03f93ae5b5773347501500802e828387971e5d15.tar.gz
pttbbs-03f93ae5b5773347501500802e828387971e5d15.tar.bz2
pttbbs-03f93ae5b5773347501500802e828387971e5d15.tar.lz
pttbbs-03f93ae5b5773347501500802e828387971e5d15.tar.xz
pttbbs-03f93ae5b5773347501500802e828387971e5d15.tar.zst
pttbbs-03f93ae5b5773347501500802e828387971e5d15.zip
NOKILLWATERBALL
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1440 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--include/pttstruct.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 3c547901..f20294f9 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -288,6 +288,9 @@ typedef struct userinfo_t {
char sex;
char color;
char mind[4];
+#ifdef NOKILLWATERBALL
+ time_t wbtime;
+#endif
} userinfo_t;
typedef struct water_t {