[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: commit: ldap/libraries/libldap filter.c
At 08:36 AM 2002-01-02, Pierangelo Masarati wrote:
>> Update of /repo/OpenLDAP/pkg/ldap/libraries/libldap
>>
>> Added Files:
>> filter.c NONE -> 1.1
>>
>> Log Message:
>> New filter code
>>
>
>... of course we better reuse the ldap_is_oid ldap_is_desc and so
>in DN parsing; are you planning to make these functions visible?
You likely need only ldap_is_oid() for DN parsing.
You can make these visible as needed:
internal (int) or private (pvt)