summaryrefslogtreecommitdiffstats
path: root/include/time.h
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-08-09 15:43:59 +0000
committerjoerg <joerg@FreeBSD.org>1997-08-09 15:43:59 +0000
commit7f6efbc9e18cb812351eeec3ea51132b9c0d9c21 (patch)
tree4e54883b33255f63903f8d7d56fc8493c5c13710 /include/time.h
parent60e8157583dfe7c4848cd493225feedbc96f3037 (diff)
downloadFreeBSD-src-7f6efbc9e18cb812351eeec3ea51132b9c0d9c21.zip
FreeBSD-src-7f6efbc9e18cb812351eeec3ea51132b9c0d9c21.tar.gz
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].
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 dfc4e59..29cae4c 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));
OpenPOWER on IntegriCloud