summaryrefslogtreecommitdiff
path: root/util/atoi.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/atoi.h')
-rw-r--r--util/atoi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/atoi.h b/util/atoi.h
index 921b1e81..47adb42e 100644
--- a/util/atoi.h
+++ b/util/atoi.h
@@ -62,6 +62,6 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <sys/types.h>
#define MACH_ATOI_DEFAULT -1
-extern int mach_atoi (u_char *, int *);
+extern int mach_atoi (const u_char *, int *);
#endif /* _UTIL_ATOI_H_ */