diff options
| author | David Sommerseth <dazo@users.sourceforge.net> | 2008-12-06 01:31:05 +0100 |
|---|---|---|
| committer | David Sommerseth <dazo@users.sourceforge.net> | 2008-12-06 01:31:05 +0100 |
| commit | 6c8d48c8bee1983c6a8fe6a2bfeba3488e28c334 (patch) | |
| tree | 856e03b5a469bc1701a3276b6746ae4d40c424ae /common/eurephia_admin_struct.h | |
| parent | ffad61f92c98072b26fc0e40f7de0642f74f3fe3 (diff) | |
Moved the typedef struct eFieldMap from *common.h to *struct.h
Diffstat (limited to 'common/eurephia_admin_struct.h')
| -rw-r--r-- | common/eurephia_admin_struct.h | 7 |
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 |
