summaryrefslogtreecommitdiffstats
path: root/text-utils/hexdump.h
diff options
context:
space:
mode:
authorOndrej Oprala2013-11-08 17:13:09 +0100
committerKarel Zak2013-12-02 13:44:21 +0100
commit9f399910f256730d2e7f56b00b814c2da94a06f7 (patch)
treed669695d72ff512c798925ff11bdab3f4d2fe025 /text-utils/hexdump.h
parenthexdump: rename add to add_fmt (diff)
downloadkernel-qcow2-util-linux-9f399910f256730d2e7f56b00b814c2da94a06f7.tar.gz
kernel-qcow2-util-linux-9f399910f256730d2e7f56b00b814c2da94a06f7.tar.xz
kernel-qcow2-util-linux-9f399910f256730d2e7f56b00b814c2da94a06f7.zip
hexdump: rename rewrite to rewrite_rules
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 1554ca403..6b15df72e 100644
--- a/text-utils/hexdump.h
+++ b/text-utils/hexdump.h
@@ -84,7 +84,7 @@ extern enum _vflag vflag;
int block_size(FS *);
void add_fmt(const char *);
-void rewrite(FS *);
+void rewrite_rules(FS *);
void addfile(char *);
void display(void);
void __attribute__((__noreturn__)) usage(FILE *out);