diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2013-07-27 19:57:20 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2013-07-27 19:57:20 +0000 |
commit | fb6b9b91d11dacb448979bb7770182f1731e9f99 (patch) | |
tree | 68fe5e9d8970b82717478c7e904a7456bbaad7f5 /maketime.h | |
parent | fea6cc68e36068e834e86474181b1e8edbae89df (diff) |
Notes
Diffstat (limited to 'maketime.h')
-rw-r--r-- | maketime.h | 2 |
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)); |