diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-09-14 19:44:09 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-09-14 19:44:09 +0000 |
commit | f645df69737893f7846e70f27d0b9ab41165078e (patch) | |
tree | 97bf6e13e657b075e0385fc72ce78c2a2afef268 /nslcd/util.h | |
parent | bc0bac94bbefd984a83d6d62fed132337719e014 (diff) |
revert special casing for alias_byname() to other functions and some logging strings simplifications
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@394 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd/util.h')
-rw-r--r-- | nslcd/util.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nslcd/util.h b/nslcd/util.h index 84f3e71..63ecfff 100644 --- a/nslcd/util.h +++ b/nslcd/util.h @@ -26,8 +26,6 @@ #ifndef _LDAP_NSS_LDAP_UTIL_H #define _LDAP_NSS_LDAP_UTIL_H -#include "common/tio.h" - /* * get the RDN's value: eg. if the RDN was cn=lukeh, getrdnvalue(entry) * would return lukeh. @@ -36,8 +34,6 @@ enum nss_status _nss_ldap_getrdnvalue( MYLDAP_SESSION *session,LDAPMessage *entry,const char *rdntype, char **rval,char **buffer,size_t * buflen); -int _nss_ldap_write_rndvalue(TFILE *fp,MYLDAP_SESSION *session,LDAPMessage *entry,const char *rdntype); - /* * map a distinguished name to a login name, or group entry */ |