summaryrefslogtreecommitdiffstats
path: root/text-utils/hexdump.h
diff options
context:
space:
mode:
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);