aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/smtpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'smtpd/smtpd.h')
-rw-r--r--smtpd/smtpd.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/smtpd/smtpd.h b/smtpd/smtpd.h
index ab4eb839..f3983395 100644
--- a/smtpd/smtpd.h
+++ b/smtpd/smtpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.h,v 1.639 2019/09/20 17:46:05 gilles Exp $ */
+/* $OpenBSD: smtpd.h,v 1.640 2019/09/29 10:03:49 gilles Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@poolp.org>
@@ -1734,7 +1734,10 @@ int session_socket_error(int);
int getmailname(char *, size_t);
int base64_encode(unsigned char const *, size_t, char *, size_t);
int base64_decode(char const *, unsigned char *, size_t);
+int base64_encode_rfc3548(unsigned char const *, size_t,
+ char *, size_t);
void xclosefrom(int);
+
void log_trace_verbose(int);
void log_trace(int, const char *, ...)
__attribute__((format (printf, 2, 3)));