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:
@@ -513,6 +513,17 @@ getnameinfo_verified(const struct sockaddr *sa, socklen_t salen,
|
|||||||
char *serv, size_t servlen,
|
char *serv, size_t servlen,
|
||||||
int flags);
|
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
|
* kludges and such
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user