summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-03-16 20:23:37 +0100
committerKarolin Seeger <kseeger@samba.org>2009-04-15 09:06:35 +0200
commitaa0aa0c5e0564cf688ee4515d67065f9812e0e5b (patch)
tree3d764a4c80efa386fa0b386eea36d3c87d2086a6 /source3/include
parent7dd24d4a861f1c446a82c4b2bd5949c1c1d49c8a (diff)
downloadsamba-aa0aa0c5e0564cf688ee4515d67065f9812e0e5b.tar.gz
samba-aa0aa0c5e0564cf688ee4515d67065f9812e0e5b.tar.xz
samba-aa0aa0c5e0564cf688ee4515d67065f9812e0e5b.zip
Make struct wb_context private to wbclient.c
(cherry picked from commit 16def87b5e6271c8c5aee09781414455f1eaa7d1)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/wbc_async.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/source3/include/wbc_async.h b/source3/include/wbc_async.h
index fd9b669710c..987c32320cd 100644
--- a/source3/include/wbc_async.h
+++ b/source3/include/wbc_async.h
@@ -22,11 +22,7 @@
#include "nsswitch/libwbclient/wbclient.h"
-struct wb_context {
- struct async_req_queue *queue;
- int fd;
- bool is_priv;
-};
+struct wb_context;
struct async_req *wb_trans_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
struct wb_context *wb_ctx, bool need_priv,