diff --git a/ldap.h b/ldap.h index 4c307e9..11b978a 100644 --- a/ldap.h +++ b/ldap.h @@ -62,7 +62,8 @@ struct SearchRequest { derefFindingBaseObj=2, derefAlways=3 } derefAliases; - unsigned long sizeLimit, timeLimit, typesOnly; + unsigned long sizeLimit, timeLimit; + int typesOnly; struct Filter* filter; struct AttributeDescriptionList* attributes; };