summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-17 17:50:16 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-17 17:50:16 +0800
commit42dd732f9f1bfe4b79c925b0e3d14a68c7312174 (patch)
tree055b6c72b7e23d8704a2fa646b2780b176720509 /include/pttstruct.h
parent2a83fe8bd5b10cb1b6e1b9b4f8fc76096e185456 (diff)
downloadpttbbs-42dd732f9f1bfe4b79c925b0e3d14a68c7312174.tar
pttbbs-42dd732f9f1bfe4b79c925b0e3d14a68c7312174.tar.gz
pttbbs-42dd732f9f1bfe4b79c925b0e3d14a68c7312174.tar.bz2
pttbbs-42dd732f9f1bfe4b79c925b0e3d14a68c7312174.tar.lz
pttbbs-42dd732f9f1bfe4b79c925b0e3d14a68c7312174.tar.xz
pttbbs-42dd732f9f1bfe4b79c925b0e3d14a68c7312174.tar.zst
pttbbs-42dd732f9f1bfe4b79c925b0e3d14a68c7312174.zip
* move WATER_* from uflag2 to cuser.pager_ui_type (standalone variable)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4848 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index a1ec4c55..3ce9ecb4 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -80,8 +80,7 @@ typedef struct userec_t {
uint8_t year; /* 生日 年 */
uint8_t sex; /* 性別 */
- uint8_t unused_2;
-
+ uint8_t pager_ui_type; /* 呼叫器界面類別 (was: WATER_*) */
uint8_t pager; /* 呼叫器狀態 */
uint8_t invisible; /* 隱形狀態 */