]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-passwd/proto-passwd.h
Zero out op2
[openldap] / servers / slapd / back-passwd / proto-passwd.h
index e43f1b945895f7c0cf78e9a331058be9edc2657d..7d71e5fe48a6ab52c08a291497370435d34ff193 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-2005 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_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 */