Compatibility for b64_ntop, missing from some alternative libc.

This commit is contained in:
Nicholas Marriott
2011-07-22 10:49:33 +00:00
parent 1f01dd8c0a
commit 20134fa9f4
4 changed files with 205 additions and 4 deletions

View File

@ -196,6 +196,11 @@ size_t strlcat(char *, const char *, size_t);
int daemon(int, int);
#endif
#ifndef HAVE_B64NTOP
/* b64_ntop.c */
int b64_ntop(const char *, size_t, char *, size_t);
#endif
#ifndef HAVE_FORKPTY
/* forkpty.c */
#include <sys/ioctl.h>