]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/ldap-int.h
Another minor filter fix (unescaped *)
[openldap] / libraries / libldap / ldap-int.h
index 552855e6f8d7847a91bbb8a2e5a8fd02de28056b..d14abec53a4b66a65230cf0e976bba67da96397f 100644 (file)
 
 #include "../liblber/lber-int.h"
 
-/*
- * Windows does not preprocess correctly unless
- * this #include precedes queue.h
- */
 #ifdef LDAP_R_COMPILE
 #include <ldap_pvt_thread.h>
 #endif
 
-#include <ac/queue.h>
-
 #ifdef HAVE_CYRUS_SASL
        /* the need for this should be removed */
 #include <sasl.h>
@@ -499,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