summaryrefslogtreecommitdiffstats
path: root/text-utils/hexdump.h
diff options
context:
space:
mode:
authorOndrej Oprala2013-11-08 17:13:08 +0100
committerKarel Zak2013-12-02 13:44:20 +0100
commit9fa53cebe40dd54184c7e00ab32ee6f5fb6839a6 (patch)
tree42867ff12b9f0638fc536959ef7c0a3a85edd266 /text-utils/hexdump.h
parenthexdump: Merge hexsyntax.c into hexdump.c (diff)
downloadkernel-qcow2-util-linux-9fa53cebe40dd54184c7e00ab32ee6f5fb6839a6.tar.gz
kernel-qcow2-util-linux-9fa53cebe40dd54184c7e00ab32ee6f5fb6839a6.tar.xz
kernel-qcow2-util-linux-9fa53cebe40dd54184c7e00ab32ee6f5fb6839a6.zip
hexdump: rename add to add_fmt
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 e9383dcc8..1554ca403 100644
--- a/text-utils/hexdump.h
+++ b/text-utils/hexdump.h
@@ -83,7 +83,7 @@ enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */
extern enum _vflag vflag;
int block_size(FS *);
-void add(const char *);
+void add_fmt(const char *);
void rewrite(FS *);
void addfile(char *);
void display(void);