1 /*	$NetBSD: smtpd_milter.h,v 1.1.1.1 2009/06/23 10:08:56 tron Exp $	*/
2 
3 /*++
4 /* NAME
5 /*	smtpd_milter 3h
6 /* SUMMARY
7 /*	SMTP server milter glue
8 /* SYNOPSIS
9 /*	#include <smtpd.h>
10 /*	#include <smtpd_milter.h>
11 /* DESCRIPTION
12 /* .nf
13 
14  /*
15   * External interface.
16   */
17 extern const char *smtpd_milter_eval(const char *, void *);
18 
19 /* LICENSE
20 /* .ad
21 /* .fi
22 /*	The Secure Mailer license must be distributed with this software.
23 /* AUTHOR(S)
24 /*	Wietse Venema
25 /*	IBM T.J. Watson Research
26 /*	P.O. Box 704
27 /*	Yorktown Heights, NY 10598, USA
28 /*--*/
29 
30