diff options
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/time.h b/include/time.h index 93d7d72..f6473d0 100644 --- a/include/time.h +++ b/include/time.h @@ -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 |