summaryrefslogtreecommitdiff
path: root/rtuser.h
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-08 18:16:12 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-08 18:16:12 +0800
commit56146facdb0390a158169cf60b8fe1f41eccf303 (patch)
tree1a814635c75747b78c945e6bdf441092c8b56784 /rtuser.h
parent464488f3648466c25a729d56dc7a1eee3a8c597b (diff)
Prepared the user struct member settings
Diffstat (limited to 'rtuser.h')
-rw-r--r--rtuser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rtuser.h b/rtuser.h
index 9038a4a..2f7df46 100644
--- a/rtuser.h
+++ b/rtuser.h
@@ -20,6 +20,9 @@ struct rt_user {
char *workphone;
char *mobilephone;
char *pagerphone;
+ char *contactinfo;
+ char *comments;
+ char *signature;
char lang[2];
bool privileged;
bool disabled;