From 37486f035f98e16b7c9b023c66c5fc42a6de1835 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sat, 9 Aug 1997 15:43:59 +0000 Subject: 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]. --- include/time.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/time.h') 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)); -- cgit v1.3