Postfix3.3.1
全て データ構造 ファイル 関数 変数 型定義 マクロ定義
xsasl_dovecot.h
[詳解]
1 #ifndef _XSASL_DOVECOT_H_INCLUDED_
2 #define _XSASL_DOVECOT_H_INCLUDED_
3 
4 /*++
5 /* NAME
6 /* xsasl_dovecot 3h
7 /* SUMMARY
8 /* Dovecot SASL plug-in
9 /* SYNOPSIS
10 /* #include <xsasl_dovecot.h>
11 /* DESCRIPTION
12 /* .nf
13 
14  /*
15  * XSASL library.
16  */
17 #include <xsasl.h>
18 
19 #if defined(USE_SASL_AUTH)
20 
21  /*
22  * SASL protocol interface
23  */
24 #define XSASL_TYPE_DOVECOT "dovecot"
25 
26 extern XSASL_SERVER_IMPL *xsasl_dovecot_server_init(const char *, const char *);
27 
28 #endif
29 
30 /* LICENSE
31 /* .ad
32 /* .fi
33 /* The Secure Mailer license must be distributed with this software.
34 /* AUTHOR(S)
35 /* Wietse Venema
36 /* IBM T.J. Watson Research
37 /* P.O. Box 704
38 /* Yorktown Heights, NY 10598, USA
39 /*--*/
40 
41 #endif