diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 09:12:21 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 09:12:21 +0800 |
| commit | 90b308e8122c1c5c5981d09bfc47777c8b1216d6 (patch) | |
| tree | 0317d5cf3a5bad8c8cc883cd632778a033fecad5 /rtclient/rtuser.h | |
| parent | a7a7bebcecbcd22da76920cd0e46c455ec8b5bc9 (diff) | |
Remove rt prefix from headers other than rtclient.h
Diffstat (limited to 'rtclient/rtuser.h')
| -rw-r--r-- | rtclient/rtuser.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/rtclient/rtuser.h b/rtclient/rtuser.h deleted file mode 100644 index 9fccea8..0000000 --- a/rtclient/rtuser.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef RTUSER_H -#define RTUSER_H - -#include <stdbool.h> - -struct rt_user { - char *id; - char *password; - char *name; - char *emailaddress; - char *realname; - char *nickname; - char *gecos; - char *organization; - char *address1; - char *address2; - char *city; - char *state; - char *zip; - char *country; - char *homephone; - char *workphone; - char *mobilephone; - char *pagerphone; - char *contactinfo; - char *comments; - char *signature; - char lang[2]; - bool privileged; - bool disabled; -}; - -#endif // RTUSER_H |