[Date Prev][Date Next] [Chronological] [Thread] [Top]

LDAP_OBJECT_CLASS -> LDAPObjectClass?



Hello again,

I am having a touch of trouble using the 2.0.1 libraries again.  In the
manual page ldap_schema(3), this declaration appears:

     LDAP_OBJECT_CLASS * ldap_str2objectclass(s, code, errp, flags)

Unfortunately for me, the type LDAP_OBJECTS_CLASS is not defined anywhere
in the 2.0.1 distribution.  In the actual code, the function returns
LDAPObjectClass.

Is the code incorrect, or the manual out of date, or both?  It seems to be
a case of missing typedefs for LDAP_OBJECT_CLASS, LDAP_MATCHING_RULE,
LDAP_SYNTAX, LDAP_ATTRIBUTE_TYPE, etc.

Cheers,
Jeffrey Baker