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 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);