summaryrefslogtreecommitdiffstats
path: root/common/eurephia_admin_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/eurephia_admin_struct.h')
-rw-r--r--common/eurephia_admin_struct.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/common/eurephia_admin_struct.h b/common/eurephia_admin_struct.h
index 2015f95..da7429c 100644
--- a/common/eurephia_admin_struct.h
+++ b/common/eurephia_admin_struct.h
@@ -29,19 +29,6 @@
#define ACCFLAG_RSETLASTUSED 0x020
#define ACCFLAG_RSETLOGINCNT 0x040
-typedef struct _eurephiaACCESSINFO_s {
- int accessprofile;
- char *fwprofile;
- char *access_descr;
- struct _eurephiaACCESSINFO_s *next;
- void *_head;
-} eurephiaACCESSINFO;
-
-typedef struct _eurephiaACCESSLIST_s {
- eurephiaACCESSINFO *profiles;
- int num_profiles;
-} eurephiaACCESSLIST;
-
typedef struct _eurephiaCERTINFO_s {
int info_available;
@@ -52,7 +39,6 @@ typedef struct _eurephiaCERTINFO_s {
char *email;
char *registered;
int certid;
- eurephiaACCESSINFO *access;
struct _eurephiaCERTINFO_s *next;
} eurephiaCERTINFO;
@@ -63,25 +49,6 @@ typedef struct {
int maxlen[];
} eurephiaCERTLIST;
-typedef struct _eurephiaUSERINFO_s {
- char *username;
- char *password;
- char *activated;
- char *deactivated;
- char *last_accessed;
- int uid;
- int logincount;
- long int account_flags;
- long int setnull_flags;
- eurephiaCERTLIST *certlist;
- struct _eurephiaUSERINFO_s *next;
-} eurephiaUSERINFO;
-
-typedef struct {
- eurephiaUSERINFO *users;
- int num_users;
- int maxlen[];
-} eurephiaUSERLIST;
typedef struct _eurephiaLOGENTRY_s {
int id;