diff options
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -242,9 +242,11 @@ void setproctitle(const char *, ...); #endif #ifndef HAVE_B64_NTOP -/* b64_ntop.c */ -#undef b64_ntop /* for Cygwin */ +/* base64.c */ +#undef b64_ntop +#undef b64_pton int b64_ntop(const char *, size_t, char *, size_t); +int b64_pton(const char *, u_char *, size_t); #endif #ifndef HAVE_FORKPTY |