summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-04-07 17:50:19 +0200
committerVolker Lendecke <vl@samba.org>2010-04-08 15:12:42 +0200
commit3d5732fc1392740c5147c39116e5853452d0dc54 (patch)
tree20624b911eb17954b4ee2b4fb4af96c00f3f251a /source3/winbindd/winbindd_proto.h
parent16deed7199b837f2d8982045edbdae4e3af13afa (diff)
downloadsamba-3d5732fc1392740c5147c39116e5853452d0dc54.tar.gz
samba-3d5732fc1392740c5147c39116e5853452d0dc54.tar.bz2
samba-3d5732fc1392740c5147c39116e5853452d0dc54.zip
s3: Remove the separate "child" argument from setup_domain_child()
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 255e79e1d0..d481380bb5 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -253,8 +253,7 @@ NTSTATUS winbindd_update_creds_by_name(struct winbindd_domain *domain,
/* The following definitions come from winbindd/winbindd_domain.c */
-void setup_domain_child(struct winbindd_domain *domain,
- struct winbindd_child *child);
+void setup_domain_child(struct winbindd_domain *domain);
/* The following definitions come from winbindd/winbindd_dual.c */