]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-passwd/back-passwd.h
Fix one time memory leaks
[openldap] / servers / slapd / back-passwd / back-passwd.h
index a73f816cd9df3e45bd91cac17ae58d7c12431518..b99de224253a48e08ad3bb07f95ccdf85029b6ec 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-2006 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 #ifndef _BACK_PASSWD_H
 #define _BACK_PASSWD_H
 
-#include "external.h"
+#include "proto-passwd.h"
 
 LDAP_BEGIN_DECL
 
 extern ldap_pvt_thread_mutex_t passwd_mutex;
 
+extern BI_destroy      passwd_back_destroy;
+
+extern BI_db_config    passwd_back_db_config;
+
+extern BI_op_search    passwd_back_search;
+
 LDAP_END_DECL
 
 #endif /* _BACK_PASSWD_H */