aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dump.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/dump.h b/include/dump.h
index 8fb92f07b..c6763a64d 100644
--- a/include/dump.h
+++ b/include/dump.h
@@ -33,14 +33,14 @@ 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
37 const char *xxd_eofstring;
38#endif
39#if ENABLE_OD 36#if ENABLE_OD
40 const char *od_eofstring; 37 const char *od_eofstring;
41#endif 38#endif
42 off_t address; /* address/offset in stream */ 39#if ENABLE_XXD
40 const char *xxd_eofstring;
43 long long xxd_displayoff; 41 long long xxd_displayoff;
42#endif
43 off_t address; /* address/offset in stream */
44} dumper_t; 44} dumper_t;
45 45
46dumper_t* alloc_dumper(void) FAST_FUNC; 46dumper_t* alloc_dumper(void) FAST_FUNC;