summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-05-02 21:19:08 +0200
committerVolker Lendecke <vl@samba.org>2018-05-17 11:30:18 +0200
commit8109857f374250a826a8f260b17e2804f09e95e3 (patch)
tree9e9bd4cab3c9b10532fb1fb472300f39e66eef63
parent8f215b8db6600c2e7e1415374eeb0aaa6fcf6860 (diff)
downloadsamba-8109857f374250a826a8f260b17e2804f09e95e3.tar.gz
winbindd: Remove an unused function prototype
This has been moved to async in 2009 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Thu May 17 11:30:18 CEST 2018 on sn-devel-144
-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 58ec3e2eaa6..1c8cfc3889c 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -382,7 +382,6 @@ struct dcerpc_binding_handle *locator_child_handle(void);
bool winbindd_list_trusted_domains(struct winbindd_cli_state *state);
enum winbindd_result winbindd_dual_list_trusted_domains(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
-void winbindd_show_sequence(struct winbindd_cli_state *state);
bool winbindd_dc_info(struct winbindd_cli_state *state);
bool winbindd_ping(struct winbindd_cli_state *state);
bool winbindd_info(struct winbindd_cli_state *state);