openbsd-ports/mail/smtp-vilter/patches/patch-include_smtp-vilter_h
jasper e4750f009c - add patches from "MARTIN" to pass sasl auth status to the spam backend
this will be integrated into the next upstream release.
2009-11-26 14:02:58 +00:00

16 lines
583 B
Plaintext

$OpenBSD: patch-include_smtp-vilter_h,v 1.1 2009/11/26 14:02:58 jasper Exp $
--- include/smtp-vilter.h.orig Sun Jan 21 13:09:38 2007
+++ include/smtp-vilter.h Fri Oct 23 16:32:18 2009
@@ -98,9 +98,11 @@ enum reactions {
};
extern int verbose;
+extern unsigned long header_options;
__BEGIN_DECLS
extern SOCK *fdsock(int);
+extern void display_buffer(FILE *, void *, ssize_t);
extern ssize_t to_recv(int, void *, size_t, int, struct timeval *);
extern ssize_t to_send(int, const char *, size_t, int, struct timeval *);
extern int to_readc(SOCK *, char *, struct timeval *);