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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/eurephia_admin_struct.h b/common/eurephia_admin_struct.h
index 5a13a1f..9f962bf 100644
--- a/common/eurephia_admin_struct.h
+++ b/common/eurephia_admin_struct.h
@@ -71,4 +71,11 @@ typedef struct {
int maxlen_header;
} eurephiaLOGLIST;
+
+typedef struct {
+ int tableid;
+ long sortkeyid;
+ char *fieldname;
+} eFieldMap;
+
#endif