Postfix3.3.1
全て データ構造 ファイル 関数 変数 型定義 マクロ定義
xsasl_cyrus.h
[詳解]
1 #ifndef _XSASL_CYRUS_H_INCLUDED_
2 #define _XSASL_CYRUS_H_INCLUDED_
3 
4 /*++
5 /* NAME
6 /* xsasl_cyrus 3h
7 /* SUMMARY
8 /* Cyrus SASL plug-in
9 /* SYNOPSIS
10 /* #include <xsasl_cyrus.h>
11 /* DESCRIPTION
12 /* .nf
13 
14  /*
15  * XSASL library.
16  */
17 #include <xsasl.h>
18 
19 #if defined(USE_SASL_AUTH) && defined(USE_CYRUS_SASL)
20 
21  /*
22  * SASL protocol interface
23  */
24 #define XSASL_TYPE_CYRUS "cyrus"
25 
26 extern XSASL_SERVER_IMPL *xsasl_cyrus_server_init(const char *, const char *);
27 extern XSASL_CLIENT_IMPL *xsasl_cyrus_client_init(const char *, const char *);
28 
29  /*
30  * Internal definitions for client and server module.
31  */
32 typedef int (*XSASL_CYRUS_CB) (void);
33 
34 #endif
35 
36 /* LICENSE
37 /* .ad
38 /* .fi
39 /* The Secure Mailer license must be distributed with this software.
40 /* AUTHOR(S)
41 /* Wietse Venema
42 /* IBM T.J. Watson Research
43 /* P.O. Box 704
44 /* Yorktown Heights, NY 10598, USA
45 /*--*/
46 
47 #endif
int int
Definition: smtpd_proxy.h:21