diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-08-09 15:43:59 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-08-09 15:43:59 +0000 |
| commit | 37486f035f98e16b7c9b023c66c5fc42a6de1835 (patch) | |
| tree | c18fcae4a0183901fedfa12d659ebf31836eaa61 /include/time.h | |
| parent | d76419833c787d8e914dbe76b5f4d069186d2c74 (diff) | |
Notes
Diffstat (limited to 'include/time.h')
| -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 dfc4e5976e86..29cae4cd975d 100644 --- a/include/time.h +++ b/include/time.h @@ -135,6 +135,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)); |
