conditional prototype for `timegm'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1958 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-02 21:13:22 +00:00
parent cb0a675a7c
commit b26b3b0a9a

View File

@@ -26,7 +26,9 @@ enum {
UT_GeneralString = 27
};
#ifndef HAVE_TIMEGM
time_t timegm (struct tm *);
#endif
void time2generalizedtime (time_t t, octet_string *s);