From a7a7bebcecbcd22da76920cd0e46c455ec8b5bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Sat, 14 Sep 2019 08:56:40 +0800 Subject: Isolate headers to a directory Prepare for header system installation --- rtuser.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 rtuser.h (limited to 'rtuser.h') 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 - -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 -- cgit v1.2.3