summaryrefslogtreecommitdiffstats
path: root/text-utils/hexdump.h
diff options
context:
space:
mode:
authorOndrej Oprala2013-09-23 15:39:22 +0200
committerKarel Zak2013-11-08 12:54:53 +0100
commit2f83c8f032f71fb6ab5d01ad81e805e078dd7fd8 (patch)
tree8c039bad419e561ad75e40f3ed2f196ea5cd99d5 /text-utils/hexdump.h
parenthexdump: minor formatting improvements (diff)
downloadkernel-qcow2-util-linux-2f83c8f032f71fb6ab5d01ad81e805e078dd7fd8.tar.gz
kernel-qcow2-util-linux-2f83c8f032f71fb6ab5d01ad81e805e078dd7fd8.tar.xz
kernel-qcow2-util-linux-2f83c8f032f71fb6ab5d01ad81e805e078dd7fd8.zip
hexdump: simplify newsyntax arguments
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 f81b3bd13..3fc3b6401 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 **);
-void newsyntax(int, char ***);
+int newsyntax(int, char **);