diff options
author | Volker Lendecke <vl@samba.org> | 2009-03-16 20:23:37 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-03-16 20:45:55 +0100 |
commit | a58eccfee742bcecbd4a2e5662305c5077024244 (patch) | |
tree | 6d9fa4d2c1526b31e31dbaf8df1136a6730d72f9 /source3/include | |
parent | 54b9ad4f1fd07506445386142904bfc266b54075 (diff) | |
download | samba-a58eccfee742bcecbd4a2e5662305c5077024244.tar.gz samba-a58eccfee742bcecbd4a2e5662305c5077024244.tar.bz2 samba-a58eccfee742bcecbd4a2e5662305c5077024244.zip |
Make struct wb_context private to wbclient.c
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/wbc_async.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source3/include/wbc_async.h b/source3/include/wbc_async.h index fd9b669710..987c32320c 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, |