summaryrefslogtreecommitdiffstats
path: root/usr.bin/hexdump/hexdump.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/hexdump/hexdump.h')
-rw-r--r--usr.bin/hexdump/hexdump.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/hexdump/hexdump.h b/usr.bin/hexdump/hexdump.h
index 360fe5d..cf3b79c 100644
--- a/usr.bin/hexdump/hexdump.h
+++ b/usr.bin/hexdump/hexdump.h
@@ -72,7 +72,9 @@ typedef struct _fs { /* format strings */
} FS;
extern FS *fshead; /* head of format strings list */
+extern FU *endfu; /* format at end-of-data */
extern int blocksize; /* data block size */
+extern int exitval; /* final exit value */
extern int odmode; /* are we acting as od(1)? */
extern int length; /* amount of data to read */
extern off_t skip; /* amount of data to skip at start */
OpenPOWER on IntegriCloud