libwbclient: Add async call framework.
[samba.git] / nsswitch / libwbclient / wbc_async.h
similarity index 96%
rename from source3/include/wbc_async.h
rename to nsswitch/libwbclient/wbc_async.h
index 96c5f8c3486964413f131dfb3727453938a14572..a2e0eed4480b4ff78643364d516125c9456d0416 100644 (file)
 #ifndef _WBC_ASYNC_H_
 #define _WBC_ASYNC_H_
 
+#include <talloc.h>
+#include <tevent.h>
 #include "nsswitch/libwbclient/wbclient.h"
 
 struct wb_context;
+struct winbindd_request;
+struct winbindd_response;
 
 struct tevent_req *wb_trans_send(TALLOC_CTX *mem_ctx,
                                 struct tevent_context *ev,