summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-02-26 12:54:26 +0100
committerVolker Lendecke <vl@samba.org>2011-03-06 12:51:01 +0100
commitd3ba16a5000dca0a270298057ce0eaf10d84f2b8 (patch)
tree83271dbf826e052b2bff0393a69d32d0f4cf9700 /source3/winbindd/winbindd_proto.h
parentfff6fa7576d69a3498f831ee99763b4b04f00e52 (diff)
downloadsamba-d3ba16a5000dca0a270298057ce0eaf10d84f2b8.tar.gz
samba-d3ba16a5000dca0a270298057ce0eaf10d84f2b8.tar.bz2
samba-d3ba16a5000dca0a270298057ce0eaf10d84f2b8.zip
s3: Remove unused args from nss_get_info_cached
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 874112bbbb..e66b675e23 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -134,7 +134,6 @@ struct ads_struct;
NTSTATUS nss_get_info_cached( struct winbindd_domain *domain,
const struct dom_sid *user_sid,
TALLOC_CTX *ctx,
- struct ads_struct *ads, LDAPMessage *msg,
const char **homedir, const char **shell,
const char **gecos, gid_t *p_gid);
#endif