summaryrefslogtreecommitdiffstats
path: root/text-utils/hexdump.h
diff options
context:
space:
mode:
authorOndrej Oprala2013-11-08 17:13:07 +0100
committerKarel Zak2013-12-02 13:44:19 +0100
commitd4646ea4b0e94ebb1309dedd679793ce78039d03 (patch)
treef6c55fd5e8504c6befa1edd52088a3369f28d8cd /text-utils/hexdump.h
parenthexdump: add the prefix 'hexdump-' to {conv,display,parse}.c (diff)
downloadkernel-qcow2-util-linux-d4646ea4b0e94ebb1309dedd679793ce78039d03.tar.gz
kernel-qcow2-util-linux-d4646ea4b0e94ebb1309dedd679793ce78039d03.tar.xz
kernel-qcow2-util-linux-d4646ea4b0e94ebb1309dedd679793ce78039d03.zip
hexdump: Merge hexsyntax.c into hexdump.c
Signed-off-by: Ondrej Oprala <ooprala@redhat.com>
Diffstat (limited to 'text-utils/hexdump.h')
-rw-r--r--text-utils/hexdump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/hexdump.h b/text-utils/hexdump.h
index 3fc3b6401..e9383dcc8 100644
--- a/text-utils/hexdump.h
+++ b/text-utils/hexdump.h
@@ -91,4 +91,4 @@ void __attribute__((__noreturn__)) usage(FILE *out);
void conv_c(PR *, u_char *);
void conv_u(PR *, u_char *);
int next(char **);
-int newsyntax(int, char **);
+int parse_args(int, char **);