]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-passwd/proto-passwd.h
cleanup
[openldap] / servers / slapd / back-passwd / proto-passwd.h
index cf42f7a85e6c61e381b51da5a7202a4b194aa903..7d71e5fe48a6ab52c08a291497370435d34ff193 100644 (file)
 LDAP_BEGIN_DECL
 
 extern BI_init         passwd_back_initialize;
-
+extern BI_open         passwd_back_open;
 extern BI_destroy      passwd_back_destroy;
-
 extern BI_db_config    passwd_back_db_config;
-
 extern BI_op_search    passwd_back_search;
 
+extern AttributeDescription    *ad_sn;
+extern AttributeDescription    *ad_desc;
 LDAP_END_DECL
 
 #endif /* PROTO_PASSWD_H */