summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-23 11:39:10 +0100
committerVolker Lendecke <vl@samba.org>2009-12-23 11:42:31 +0100
commit40d4c31999e88689aefe5df230de313a2f45f064 (patch)
tree03e8d4a11cad8e3f3d97e66cd984c535c179502d /source3/winbindd/winbindd_proto.h
parent475d296065d57f9b38b109203b40ed0b47a2ac7e (diff)
downloadsamba-40d4c31999e88689aefe5df230de313a2f45f064.tar.gz
samba-40d4c31999e88689aefe5df230de313a2f45f064.tar.bz2
samba-40d4c31999e88689aefe5df230de313a2f45f064.zip
s3: Remove unused sendto_child()
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index fab31ba60b..ce1789e7fb 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -287,8 +287,6 @@ void async_domain_request(TALLOC_CTX *mem_ctx,
struct winbindd_response *response,
void (*continuation)(void *private_data_data, bool success),
void *private_data_data);
-void sendto_child(struct winbindd_cli_state *state,
- struct winbindd_child *child);
void sendto_domain(struct winbindd_cli_state *state,
struct winbindd_domain *domain);
void setup_child(struct winbindd_domain *domain, struct winbindd_child *child,