diff options
Diffstat (limited to 'include/dump.h')
-rw-r--r-- | include/dump.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dump.h b/include/dump.h index 9193a6925..54f5629a7 100644 --- a/include/dump.h +++ b/include/dump.h @@ -32,8 +32,9 @@ typedef struct dumper_t { off_t dump_skip; /* bytes to skip */ int dump_length; /* max bytes to read */ smallint dump_vflag; /*enum dump_vflag_t*/ - const char *eofstring; FS *fshead; + const char *xxd_eofstring; + long long xxd_displayoff; } dumper_t; dumper_t* alloc_dumper(void) FAST_FUNC; |