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 3ca46b910..445312231 100644
--- a/text-utils/hexdump.h
+++ b/text-utils/hexdump.h
@@ -77,7 +77,7 @@ extern int deprecated;
extern off_t skip; /* bytes to skip */
enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */
-char *emalloc();
+char *emalloc(int);
int size(FS *);
void add(char *);
void rewrite(FS *);