aboutsummaryrefslogtreecommitdiff
path: root/include/time.h
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-08-09 15:43:59 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-08-09 15:43:59 +0000
commit37486f035f98e16b7c9b023c66c5fc42a6de1835 (patch)
treec18fcae4a0183901fedfa12d659ebf31836eaa61 /include/time.h
parentd76419833c787d8e914dbe76b5f4d069186d2c74 (diff)
downloadsrc-37486f035f98e16b7c9b023c66c5fc42a6de1835.tar.gz
src-37486f035f98e16b7c9b023c66c5fc42a6de1835.zip
Import strptime(3) into libc. We've got permission by Kevin Ruddy to
modify the original `no modifications' copyright message, and i've included his mail into the source file. The common localization functions between strptime(3) and strftime(3) have been broken out into timelocal.[ch].
Notes
Notes: svn path=/head/; revision=28021
Diffstat (limited to 'include/time.h')
-rw-r--r--include/time.h1
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));