diff options
Diffstat (limited to 'include/dump.h')
-rw-r--r-- | include/dump.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dump.h b/include/dump.h index 11dcf4523..8fb92f07b 100644 --- a/include/dump.h +++ b/include/dump.h | |||
@@ -33,8 +33,12 @@ typedef struct dumper_t { | |||
33 | int dump_length; /* max bytes to read */ | 33 | int dump_length; /* max bytes to read */ |
34 | smallint dump_vflag; /*enum dump_vflag_t*/ | 34 | smallint dump_vflag; /*enum dump_vflag_t*/ |
35 | FS *fshead; | 35 | FS *fshead; |
36 | #if ENABLE_XXD | ||
36 | const char *xxd_eofstring; | 37 | const char *xxd_eofstring; |
38 | #endif | ||
39 | #if ENABLE_OD | ||
37 | const char *od_eofstring; | 40 | const char *od_eofstring; |
41 | #endif | ||
38 | off_t address; /* address/offset in stream */ | 42 | off_t address; /* address/offset in stream */ |
39 | long long xxd_displayoff; | 43 | long long xxd_displayoff; |
40 | } dumper_t; | 44 | } dumper_t; |