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 2222585f8..b9e67a1ba 100644
--- a/text-utils/hexdump.h
+++ b/text-utils/hexdump.h
@@ -81,7 +81,7 @@ extern off_t skip; /* bytes to skip */
enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */
extern enum _vflag vflag;
-int size(FS *);
+int block_size(FS *);
void add(const char *);
void rewrite(FS *);
void addfile(char *);