aboutsummaryrefslogtreecommitdiffstats
path: root/strtouz.c
diff options
context:
space:
mode:
Diffstat (limited to 'strtouz.c')
-rw-r--r--strtouz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strtouz.c b/strtouz.c
index 2885600..57d218d 100644
--- a/strtouz.c
+++ b/strtouz.c
@@ -3,7 +3,7 @@
#ifndef TEST
-extern inline size_t libsimple_strtouz(const char *restrict nptr, char **restrict end, int base); /* TODO test, man */
+extern inline size_t libsimple_strtouz(const char *restrict, char **restrict, int); /* TODO test, man */
#else