diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-09-15 16:10:57 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-09-15 16:10:57 +0200 |
commit | 6ce816453782882018a901eed4c4f74a9d6ee0d3 (patch) | |
tree | 85f8d15af2f9edfa1d1c37a083bea3ee5b572b01 /nslcd/ldap-nss.h | |
parent | d9da865587f2281a1b25021b1e5892cc9195d222 (diff) |
some more code cleanup, changing return type of _nss_ldap_init(), integrating _nss_ldap_init(), do_init_session(), do_parse_async() and _nss_ldap_search_async() into the functions that call them (each was only called once)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@406 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/ldap-nss.h')
-rw-r--r-- | nslcd/ldap-nss.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/ldap-nss.h b/nslcd/ldap-nss.h index a09bf36..6a688de 100644 --- a/nslcd/ldap-nss.h +++ b/nslcd/ldap-nss.h @@ -191,7 +191,7 @@ enum nss_status _nss_ldap_assign_userpassword( return 0 for false, not-0 for true */ int has_objectclass(MYLDAP_SESSION *session,LDAPMessage *entry,const char *objectclass); -enum nss_status _nss_ldap_init(MYLDAP_SESSION *session); +int _nss_ldap_init(MYLDAP_SESSION *session); /* * get the RDN's value: eg. if the RDN was cn=lukeh, getrdnvalue(entry) |