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