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