]> git.sur5r.net Git - openldap/blob - servers/slapd/back-passwd/external.h
Updated some items
[openldap] / servers / slapd / back-passwd / external.h
1 #ifndef _PASSWD_EXTERNAL_H
2 #define _PASSWD_EXTERNAL_H
3
4 LDAP_BEGIN_DECL
5
6 extern int      passwd_back_initialize LDAP_P(( BackendInfo *bi ));
7
8 extern int  passwd_back_search LDAP_P(( BackendDB *be,
9         Connection *c, Operation *o,
10         char *base, int scope, int deref, int slimit, int tlimit,
11         Filter *f, char *filterstr, char **attrs, int attrsonly));
12
13 extern int passwd_back_db_config LDAP_P((BackendDB *bd,
14         char *fname, int lineno, int argc, char **argv ));
15
16 LDAP_END_DECL
17
18 #endif /* _PASSWD_EXTERNAL_H */
19