aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dump.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dump.h b/include/dump.h
index 10fc5d900..11dcf4523 100644
--- a/include/dump.h
+++ b/include/dump.h
@@ -34,6 +34,7 @@ typedef struct dumper_t {
34 smallint dump_vflag; /*enum dump_vflag_t*/ 34 smallint dump_vflag; /*enum dump_vflag_t*/
35 FS *fshead; 35 FS *fshead;
36 const char *xxd_eofstring; 36 const char *xxd_eofstring;
37 const char *od_eofstring;
37 off_t address; /* address/offset in stream */ 38 off_t address; /* address/offset in stream */
38 long long xxd_displayoff; 39 long long xxd_displayoff;
39} dumper_t; 40} dumper_t;