From 4eeae55d1e8057916997700a0066f2484a70ccf5 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 18 Dec 2008 01:46:24 +0100 Subject: Removed all other eurephia admin structs which can be replaced by XML --- common/eurephia_admin_struct.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'common') diff --git a/common/eurephia_admin_struct.h b/common/eurephia_admin_struct.h index da7429c..0ecf0ee 100644 --- a/common/eurephia_admin_struct.h +++ b/common/eurephia_admin_struct.h @@ -29,40 +29,4 @@ #define ACCFLAG_RSETLASTUSED 0x020 #define ACCFLAG_RSETLOGINCNT 0x040 - -typedef struct _eurephiaCERTINFO_s { - int info_available; - int depth; - char *digest; - char *common_name; - char *organisation; - char *email; - char *registered; - int certid; - struct _eurephiaCERTINFO_s *next; - -} eurephiaCERTINFO; - -typedef struct { - eurephiaCERTINFO *certs; - int num_certs; - int maxlen[]; -} eurephiaCERTLIST; - - -typedef struct _eurephiaLOGENTRY_s { - int id; - char *data; - int length; - struct _eurephiaLOGENTRY_s *ref; - struct _eurehpiaLOGENTRY_s *next; -} eurephiaLOGENTRY; - -typedef struct { - eurephiaLOGENTRY *data; - eurephiaLOGENTRY *header; - int maxlen_data; - int maxlen_header; -} eurephiaLOGLIST; - #endif -- cgit