summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-12-26 10:19:41 +0000
committerache <ache@FreeBSD.org>1994-12-26 10:19:41 +0000
commit5091693941428b844b51abb7a1a41b5d9b9351fe (patch)
tree5b7170d79b5c0e0950c2168d210ad5977b4cd98c /include
parent25ea9cb91df9bcfaa7e3267723b490e24949284b (diff)
downloadFreeBSD-src-5091693941428b844b51abb7a1a41b5d9b9351fe.zip
FreeBSD-src-5091693941428b844b51abb7a1a41b5d9b9351fe.tar.gz
Declare useful functions (timelocal() and timegm())
Diffstat (limited to 'include')
-rw-r--r--include/time.h2
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
OpenPOWER on IntegriCloud