Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-11-02 14:58:14 +0100
committerArthur de Jong <arthur@arthurdejong.org>2006-11-02 14:58:14 +0100
commitfbafd084e0829b25ec2a876123f17d2510552d7e (patch)
treeb5f6bf929942460e2e5c5c4cc4a5c1d7ef25a711
parent5aa968f1ce0425dd7973cc05385fb0ba9c4bfd1c (diff)
we only need to export _nss_ldap_initgroups_dyn(), not _nss_ldap_initgroups()
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@55 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--nss/exports.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nss/exports.h b/nss/exports.h
index 1bd1484..6cddd1c 100644
--- a/nss/exports.h
+++ b/nss/exports.h
@@ -65,7 +65,6 @@ enum nss_status _nss_ldap_getgrgid_r(gid_t gid,struct group *result,char *buffer
enum nss_status _nss_ldap_setgrent(void);
enum nss_status _nss_ldap_getgrent_r(struct group *result,char *buffer,size_t buflen,int *errnop);
enum nss_status _nss_ldap_endgrent(void);
-enum nss_status _nss_ldap_initgroups(const char *user,gid_t group,long int *start,long int *size,gid_t *groups,long int limit,int *errnop);
enum nss_status _nss_ldap_initgroups_dyn(const char *user,gid_t group,long int *start,long int *size,gid_t **groupsp,long int limit,int *errnop);
/* hosts - host names and numbers */