diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-09-08 22:47:02 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-09-08 22:47:02 +0200 |
commit | dea750bcb8faff6de2aa72807e58a5fbc468068e (patch) | |
tree | 474e431f9b48ef217aa667b736bfd9e6868bbcc2 /nslcd/ldap-nss.h | |
parent | 6533c1e4fe908868adfab75bfd71b16e7e2c79a2 (diff) |
rename a function and a little bit of cleanup
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@386 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/ldap-nss.h')
-rw-r--r-- | nslcd/ldap-nss.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nslcd/ldap-nss.h b/nslcd/ldap-nss.h index 4b18ffa..2b0bd9b 100644 --- a/nslcd/ldap-nss.h +++ b/nslcd/ldap-nss.h @@ -169,14 +169,13 @@ void _nss_ldap_ent_context_cleanup (struct ent_context *); char **_nss_ldap_get_values (LDAPMessage * e, const char *attr); char *_nss_ldap_get_dn (LDAPMessage * e); LDAPMessage *_nss_ldap_first_entry (LDAPMessage * res); -LDAPMessage *_nss_ldap_next_entry (LDAPMessage * res); char *_nss_ldap_first_attribute (LDAPMessage * entry, BerElement **berptr); char *_nss_ldap_next_attribute (LDAPMessage * entry, BerElement *ber); /* * Synchronous search cover (caller acquires lock). */ -enum nss_status _nss_ldap_search_s( +enum nss_status _nss_ldap_search_locked( const char *base,int scope,const char *filter, const char **attrs,int sizelimit,LDAPMessage **res); |