Declare useful functions (timelocal() and timegm())

This commit is contained in:
Andrey A. Chernov 1994-12-26 10:19:41 +00:00
parent 8c2f8d0653
commit 8c2f5ad758
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5231

View File

@ -98,6 +98,8 @@ void tzset __P((void));
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
char *timezone __P((int, int));
void tzsetwall __P((void));
time_t timelocal __P((struct tm * const));
time_t timegm __P((struct tm * const));
#endif /* neither ANSI nor POSIX */
__END_DECLS