summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbc_async.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2009-04-21 09:58:42 +0200
committerKai Blin <kai@samba.org>2009-05-30 09:17:37 +0200
commitbb9103d9c4cb9d68c36f278ea31be9b8a12063b9 (patch)
tree599df3bc99ab426f1fdcdbd81c7f9656456958b7 /nsswitch/libwbclient/wbc_async.h
parent29ee4f6a340dc4009c344983cd15bcb79aaf1163 (diff)
downloadsamba-bb9103d9c4cb9d68c36f278ea31be9b8a12063b9.tar.gz
samba-bb9103d9c4cb9d68c36f278ea31be9b8a12063b9.tar.bz2
samba-bb9103d9c4cb9d68c36f278ea31be9b8a12063b9.zip
libwbclient: Store the winbind socket dir to use in the wb_context
Diffstat (limited to 'nsswitch/libwbclient/wbc_async.h')
-rw-r--r--nsswitch/libwbclient/wbc_async.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/libwbclient/wbc_async.h b/nsswitch/libwbclient/wbc_async.h
index a2e0eed448..607dd9de28 100644
--- a/nsswitch/libwbclient/wbc_async.h
+++ b/nsswitch/libwbclient/wbc_async.h
@@ -38,7 +38,7 @@ struct tevent_req *wb_trans_send(TALLOC_CTX *mem_ctx,
struct winbindd_request *wb_req);
wbcErr wb_trans_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
struct winbindd_response **presponse);
-struct wb_context *wb_context_init(TALLOC_CTX *mem_ctx);
+struct wb_context *wb_context_init(TALLOC_CTX *mem_ctx, const char* dir);
/* Definitions from wb_reqtrans.c */
wbcErr map_wbc_err_from_errno(int error);