Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / dict_ldap.h
blob60001f0f89c550dfb32acb95a039042b19eb22ad
1 /* $NetBSD$ */
3 #ifndef _DICT_LDAP_H_INCLUDED_
4 #define _DICT_LDAP_H_INCLUDED_
6 /*++
7 /* NAME
8 /* dict_ldap 3h
9 /* SUMMARY
10 /* dictionary manager interface to LDAP maps
11 /* SYNOPSIS
12 /* #include <dict_ldap.h>
13 /* DESCRIPTION
14 /* .nf
17 * Utility library.
19 #include <dict.h>
22 * External interface.
24 #define DICT_TYPE_LDAP "ldap"
26 extern DICT *dict_ldap_open(const char *, int, int);
28 /* AUTHOR(S)
29 /* Wietse Venema
30 /* IBM T.J. Watson Research
31 /* P.O. Box 704
32 /* Yorktown Heights, NY 10532, USA
33 /*--*/
35 #endif