From d61f3626b79e0523beadff355453145aa7b0195c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 16 May 2009 14:21:39 +0200 Subject: Remove unused init_child_connection() --- source3/winbindd/winbindd_proto.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/winbindd/winbindd_proto.h') diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index 9bc8f0b032..ac0f71e148 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -507,10 +507,6 @@ void winbindd_list_users(struct winbindd_cli_state *state); struct winbindd_domain *domain_list(void); void free_domain_list(void); void rescan_trusted_domains( void ); -enum winbindd_result init_child_connection(struct winbindd_domain *domain, - void (*continuation)(void *private_data, - bool success), - void *private_data); enum winbindd_result winbindd_dual_init_connection(struct winbindd_domain *domain, struct winbindd_cli_state *state); bool init_domain_list(void); -- cgit