add prototypes for str[pf]time

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7592 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-12-14 01:41:10 +00:00
parent fd7d2f4b1c
commit 73b708a81e

View File

@@ -513,6 +513,17 @@ getnameinfo_verified(const struct sockaddr *sa, socklen_t salen,
char *serv, size_t servlen,
int flags);
#ifndef HAVE_STRFTIME
size_t
strftime (char *buf, size_t maxsize, const char *format,
const struct tm *tm);
#endif
#ifndef HAVE_STRPTIME
char *
strptime (const char *buf, const char *format, struct tm *timeptr);
#endif
/*
* kludges and such
*/