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