aboutsummaryrefslogtreecommitdiff
path: root/maketime.h
diff options
context:
space:
mode:
Diffstat (limited to 'maketime.h')
-rw-r--r--maketime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/maketime.h b/maketime.h
index 3948eda257f6..2f977c452c66 100644
--- a/maketime.h
+++ b/maketime.h
@@ -34,6 +34,6 @@
struct tm *time2tm __MAKETIME_P ((time_t, int));
time_t difftm __MAKETIME_P ((struct tm const *, struct tm const *));
-time_t str2time __MAKETIME_P ((char const *, time_t, long));
+time_t str2time __MAKETIME_P ((char const **, time_t, long));
time_t tm2time __MAKETIME_P ((struct tm *, int));
void adjzone __MAKETIME_P ((struct tm *, long));