summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.h b/util.h
index 2aa9f967c5..64a78c1fe9 100644
--- a/util.h
+++ b/util.h
@@ -12,7 +12,7 @@
#ifndef UTIL_H
#define UTIL_H
-unsigned long scan_oct _((char*,int,int*));
-unsigned long scan_hex _((char*,int,int*));
+unsigned long scan_oct();
+unsigned long scan_hex();
#endif /* UTIL_H */