]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-passwd/proto-passwd.h
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
[openldap] / servers / slapd / back-passwd / proto-passwd.h
index 7c62a22fe8d1b3676f375eb8ab1979ffb416b187..4e8372dc171a1741f743a8f971ef917ab1229c68 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2004 The OpenLDAP Foundation.
+ * Copyright 1998-2013 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 LDAP_BEGIN_DECL
 
 extern BI_init         passwd_back_initialize;
-
+extern BI_open         passwd_back_open;
 extern BI_destroy      passwd_back_destroy;
+extern BI_op_search    passwd_back_search;
 
-extern BI_db_config    passwd_back_db_config;
+extern int passwd_back_init_cf( BackendInfo *bi );
 
-extern BI_op_search    passwd_back_search;
+extern AttributeDescription    *ad_sn;
+extern AttributeDescription    *ad_desc;
 
 LDAP_END_DECL