From 3d33ebe36bc2aece6b16d86eb18d51c241c30fc5 Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Sun, 17 Apr 2016 21:27:31 -0700 Subject: [PATCH] winbindd: Remove unused prototypes for winbindd_group.c Signed-off-by: Christof Schmitt Reviewed-by: Jeremy Allison --- source3/winbindd/winbindd_proto.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index 49ae475866a..4d99927aa88 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -306,17 +306,6 @@ NTSTATUS winbindd_reinit_after_fork(const struct winbindd_child *myself, struct winbindd_domain *wb_child_domain(void); /* The following definitions come from winbindd/winbindd_group.c */ - -void winbindd_getgrnam(struct winbindd_cli_state *state); -void winbindd_getgrgid(struct winbindd_cli_state *state); -void winbindd_setgrent(struct winbindd_cli_state *state); -void winbindd_endgrent(struct winbindd_cli_state *state); -void winbindd_getgrent(struct winbindd_cli_state *state); -void winbindd_list_groups(struct winbindd_cli_state *state); -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 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, -- 2.11.4.GIT