aboutsummaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/compat.h b/compat.h
index f5275223..e1e11ec6 100644
--- a/compat.h
+++ b/compat.h
@@ -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