summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_id.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2016-03-29 12:38:25 +0200
committerJakub Hrozek <jhrozek@redhat.com>2016-06-20 14:48:47 +0200
commitdea636af4d1902a081ee891f1b19ee2f8729d759 (patch)
treea4d66ceb2b32ddf3b69bee1f1e2412568eae655e /src/providers/ad/ad_id.h
parent62370340092503baeaf6587d7ffe4fe25bd9582d (diff)
downloadsssd-dea636af4d1902a081ee891f1b19ee2f8729d759.tar.gz
sssd-dea636af4d1902a081ee891f1b19ee2f8729d759.tar.xz
sssd-dea636af4d1902a081ee891f1b19ee2f8729d759.zip
DP: Switch to new interface
Reviewed-by: Sumit Bose <sbose@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/providers/ad/ad_id.h')
-rw-r--r--src/providers/ad/ad_id.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/providers/ad/ad_id.h b/src/providers/ad/ad_id.h
index 9eb0ac375..2e7f9005a 100644
--- a/src/providers/ad/ad_id.h
+++ b/src/providers/ad/ad_id.h
@@ -23,12 +23,18 @@
#ifndef AD_ID_H_
#define AD_ID_H_
-void
-ad_account_info_handler(struct be_req *breq);
+struct tevent_req *
+ad_account_info_handler_send(TALLOC_CTX *mem_ctx,
+ struct ad_id_ctx *id_ctx,
+ struct be_acct_req *data,
+ struct dp_req_params *params);
+
+errno_t ad_account_info_handler_recv(TALLOC_CTX *mem_ctx,
+ struct tevent_req *req,
+ struct dp_reply_std *data);
struct tevent_req *
ad_handle_acct_info_send(TALLOC_CTX *mem_ctx,
- struct be_req *breq,
struct be_acct_req *ar,
struct sdap_id_ctx *ctx,
struct ad_options *ad_options,
@@ -48,6 +54,4 @@ ad_enumeration_send(TALLOC_CTX *mem_ctx,
errno_t
ad_enumeration_recv(struct tevent_req *req);
-void
-ad_check_online(struct be_req *be_req);
#endif /* AD_ID_H_ */