]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/ldap-int.h
Another minor filter fix (unescaped *)
[openldap] / libraries / libldap / ldap-int.h
index dbcd5ab8e66c409a5ed920bab155006474f48b41..d14abec53a4b66a65230cf0e976bba67da96397f 100644 (file)
@@ -22,8 +22,6 @@
 #include <ldap_pvt_thread.h>
 #endif
 
-#include <ldap_queue.h>
-
 #ifdef HAVE_CYRUS_SASL
        /* the need for this should be removed */
 #include <sasl.h>
@@ -495,7 +493,7 @@ LDAP_F (BerElement *) ldap_build_search_req LDAP_P((
 
 LDAP_F( int ) ldap_int_put_filter LDAP_P((
        BerElement *ber,
-       char *str ));
+       const char *str ));
 
 /*
  * in unbind.c