[PATCH] winbindd: Remove unused prototypes for winbindd_group.c
Christof Schmitt
cs at samba.org
Fri Apr 29 20:09:31 UTC 2016
From 5ea43d0f9b5aa1a52d5f5bcec0e7af80dc2b9c7c Mon Sep 17 00:00:00 2001
From: Christof Schmitt <cs at samba.org>
Date: Sun, 17 Apr 2016 21:27:31 -0700
Subject: [PATCH] winbindd: Remove unused prototypes for winbindd_group.c
Signed-off-by: Christof Schmitt <cs at samba.org>
---
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 49ae475..4d99927 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,
--
1.8.3.1
More information about the samba-technical
mailing list