summaryrefslogtreecommitdiffstats
path: root/text-utils/hexdump.h
diff options
context:
space:
mode:
authorSami Kerola2010-12-12 23:43:57 +0100
committerKarel Zak2010-12-30 23:11:43 +0100
commit604eb2602c9ade859713fc071526da04bef1878f (patch)
tree589452c79929c96cb3f4ced82799fbf155985615 /text-utils/hexdump.h
parentlibblkid: fix endian conversion bug in NILFS (diff)
downloadkernel-qcow2-util-linux-604eb2602c9ade859713fc071526da04bef1878f.tar.gz
kernel-qcow2-util-linux-604eb2602c9ade859713fc071526da04bef1878f.tar.xz
kernel-qcow2-util-linux-604eb2602c9ade859713fc071526da04bef1878f.zip
hexdump: remove od functionality in favor to GNU coreutils od
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'text-utils/hexdump.h')
-rw-r--r--text-utils/hexdump.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/text-utils/hexdump.h b/text-utils/hexdump.h
index f9e963bbe..165399189 100644
--- a/text-utils/hexdump.h
+++ b/text-utils/hexdump.h
@@ -92,5 +92,4 @@ void usage(void);
void conv_c(PR *, u_char *);
void conv_u(PR *, u_char *);
int next(char **);
-void oldsyntax(int, char ***);
void newsyntax(int, char ***);