summaryrefslogtreecommitdiff
path: root/source4/libcli/wbclient/wbclient.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-09-03 12:33:17 +0200
committerStefan Metzmacher <metze@samba.org>2010-09-03 17:00:21 +0200
commit52d4a97afc4b09f860e84f059c419d33bfec18ff (patch)
treed37ad5056b5a4dfdb92f9395545db0137a340345 /source4/libcli/wbclient/wbclient.h
parent5c73c84f291573e835e9286c8b3a0831bc3c7dad (diff)
downloadsamba-52d4a97afc4b09f860e84f059c419d33bfec18ff.tar.gz
samba-52d4a97afc4b09f860e84f059c419d33bfec18ff.tar.bz2
samba-52d4a97afc4b09f860e84f059c419d33bfec18ff.zip
s4:libcli/wbclient: use irpc_binding_handle_by_name()
metze
Diffstat (limited to 'source4/libcli/wbclient/wbclient.h')
-rw-r--r--source4/libcli/wbclient/wbclient.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/libcli/wbclient/wbclient.h b/source4/libcli/wbclient/wbclient.h
index 28b2df9b3d..e7473e3e7b 100644
--- a/source4/libcli/wbclient/wbclient.h
+++ b/source4/libcli/wbclient/wbclient.h
@@ -20,12 +20,11 @@
*/
#include "lib/messaging/irpc.h"
#include "libcli/composite/composite.h"
-#include "librpc/gen_ndr/ndr_winbind.h"
+#include "librpc/gen_ndr/ndr_winbind_c.h"
struct wbc_context {
- struct messaging_context *msg_ctx;
struct tevent_context *event_ctx;
- struct server_id *ids;
+ struct dcerpc_binding_handle *irpc_handle;
};
struct wbc_context *wbc_init(TALLOC_CTX *mem_ctx,