summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-21 15:02:56 +0100
committerVolker Lendecke <vl@samba.org>2009-12-21 16:27:19 +0100
commitd534a5be49c562fcfd61b07896ea17ef75b9d4e1 (patch)
tree12c4c19ba435e8811a90ed9a375081be52291906 /source3/winbindd/winbindd_proto.h
parent0a130daf74b68ffedb3e169f5a051cdbfa92794b (diff)
downloadsamba-d534a5be49c562fcfd61b07896ea17ef75b9d4e1.tar.gz
samba-d534a5be49c562fcfd61b07896ea17ef75b9d4e1.tar.bz2
samba-d534a5be49c562fcfd61b07896ea17ef75b9d4e1.zip
s3: Remove unused get_sam_group_entries
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 98f3ebd7e1..97c7c6fb6a 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -351,7 +351,6 @@ void winbindd_getgroups(struct winbindd_cli_state *state);
void winbindd_getusersids(struct winbindd_cli_state *state);
void winbindd_getuserdomgroups(struct winbindd_cli_state *state);
void winbindd_getsidaliases(struct winbindd_cli_state *state);
-bool get_sam_group_entries(struct getent_state *ent);
bool fill_grent(TALLOC_CTX *mem_ctx, struct winbindd_gr *gr,
const char *dom_name, const char *gr_name, gid_t unix_gid);
NTSTATUS winbindd_print_groupmembers(struct talloc_dict *members,