summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-12-18 01:46:24 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-12-18 01:46:24 +0100
commit4eeae55d1e8057916997700a0066f2484a70ccf5 (patch)
tree7dda63f28fe92a861af034b599e13102d3ab5d0f /common
parent9ca25eedddf28c8ab378a8ff6cbf6991ff0ef3c7 (diff)
downloadeurephia-4eeae55d1e8057916997700a0066f2484a70ccf5.tar.gz
eurephia-4eeae55d1e8057916997700a0066f2484a70ccf5.tar.xz
eurephia-4eeae55d1e8057916997700a0066f2484a70ccf5.zip
Removed all other eurephia admin structs which can be replaced by XML
Diffstat (limited to 'common')
-rw-r--r--common/eurephia_admin_struct.h36
1 files changed, 0 insertions, 36 deletions
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