diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-05 01:55:22 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-05 01:55:22 +0000 |
| commit | 65746ad47e76bae8905282e69b0d00d7fbba648f (patch) | |
| tree | 9f3e617b7dfdbc658267d5efb5cda3e16c8cc3ec /include | |
| parent | 1eb260ee1e98c0d27750dceacfdc72c1bdf32631 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h index 1051f271e57e..be50013d301b 100644 --- a/include/time.h +++ b/include/time.h @@ -112,6 +112,7 @@ void tzset __P((void)); #endif /* not ANSI */ #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE) +const char *strptime __P((const char *, const char *, struct tm *)); char *timezone __P((int, int)); void tzsetwall __P((void)); time_t timelocal __P((struct tm * const)); |
