summaryrefslogtreecommitdiffstats
path: root/text-utils/hexdump.h
diff options
context:
space:
mode:
authorSami Kerola2013-06-16 20:53:55 +0200
committerKarel Zak2013-07-01 11:08:01 +0200
commitf2a037fb7b153954d5d34cca48182b6d8832fcfa (patch)
tree19e468bafe375bb1097035053eca7f9ba7a7bfad /text-utils/hexdump.h
parentsd-daemon: update files taken from systemd project (diff)
downloadkernel-qcow2-util-linux-f2a037fb7b153954d5d34cca48182b6d8832fcfa.tar.gz
kernel-qcow2-util-linux-f2a037fb7b153954d5d34cca48182b6d8832fcfa.tar.xz
kernel-qcow2-util-linux-f2a037fb7b153954d5d34cca48182b6d8832fcfa.zip
hexdump: remove unnecessary global variables
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'text-utils/hexdump.h')
-rw-r--r--text-utils/hexdump.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/text-utils/hexdump.h b/text-utils/hexdump.h
index b9e67a1ba..b2ea1f152 100644
--- a/text-utils/hexdump.h
+++ b/text-utils/hexdump.h
@@ -73,8 +73,6 @@ typedef struct _fs { /* format strings */
extern FU *endfu;
extern FS *fshead; /* head of format strings list */
extern ssize_t blocksize; /* data block size */
-extern int deprecated; /* od compatibility */
-extern int exitval; /* final exit value */
extern ssize_t length; /* max bytes to read */
extern off_t skip; /* bytes to skip */