summaryrefslogtreecommitdiff
path: root/rtuser.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtuser.h')
-rw-r--r--rtuser.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/rtuser.h b/rtuser.h
deleted file mode 100644
index 9fccea8..0000000
--- a/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