summaryrefslogtreecommitdiffstats
path: root/text-utils/hexdump-parse.c
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-parse.c
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-parse.c')
-rw-r--r--text-utils/hexdump-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/hexdump-parse.c b/text-utils/hexdump-parse.c
index da8d11fe2..31a82e3ca 100644
--- a/text-utils/hexdump-parse.c
+++ b/text-utils/hexdump-parse.c
@@ -201,7 +201,7 @@ int block_size(FS *fs)
return(cursize);
}
-void rewrite(FS *fs)
+void rewrite_rules(FS *fs)
{
enum { NOTOKAY, USEBCNT, USEPREC } sokay;
PR *pr;