Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / xsasl / xsasl_dovecot.h
blob41200ea0ec97697e324ba1b2fa7458d02346325d
1 /* $NetBSD$ */
3 #ifndef _XSASL_DOVECOT_H_INCLUDED_
4 #define _XSASL_DOVECOT_H_INCLUDED_
6 /*++
7 /* NAME
8 /* xsasl_dovecot 3h
9 /* SUMMARY
10 /* Dovecot SASL plug-in
11 /* SYNOPSIS
12 /* #include <xsasl_dovecot.h>
13 /* DESCRIPTION
14 /* .nf
17 * XSASL library.
19 #include <xsasl.h>
21 #if defined(USE_SASL_AUTH)
24 * SASL protocol interface
26 #define XSASL_TYPE_DOVECOT "dovecot"
28 extern XSASL_SERVER_IMPL *xsasl_dovecot_server_init(const char *, const char *);
30 #endif
32 /* LICENSE
33 /* .ad
34 /* .fi
35 /* The Secure Mailer license must be distributed with this software.
36 /* AUTHOR(S)
37 /* Wietse Venema
38 /* IBM T.J. Watson Research
39 /* P.O. Box 704
40 /* Yorktown Heights, NY 10598, USA
41 /*--*/
43 #endif