summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-05-06 13:39:12 +1200
committerAndrew Bartlett <abartlet@samba.org>2014-06-11 10:18:26 +0200
commitcb79cc342e30bb2bbac33868836ea13d2d594c30 (patch)
tree6f240cc45ccddd8b5b29e885a96fc932104b1cf4 /source3/winbindd/winbindd_proto.h
parent597d2a7a29f768f51cbcbc13de56a4dc349e20e4 (diff)
downloadsamba-cb79cc342e30bb2bbac33868836ea13d2d594c30.tar.gz
samba-cb79cc342e30bb2bbac33868836ea13d2d594c30.tar.xz
samba-cb79cc342e30bb2bbac33868836ea13d2d594c30.zip
s3-winbindd: Register winbindd with irpc
Change-Id: Ie3c7109fef6982d95e8cad06870334565352e329 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 65553f70ed2..642aadd440d 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -27,6 +27,7 @@
/* The following definitions come from winbindd/winbindd.c */
struct messaging_context *winbind_messaging_context(void);
+struct imessaging_context *winbind_imessaging_context(void);
void request_error(struct winbindd_cli_state *state);
void request_ok(struct winbindd_cli_state *state);
bool winbindd_setup_sig_term_handler(bool parent);