summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_backend.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-11 15:42:05 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-21 22:17:34 +0100
commit99151f2217ddaa179543b89b49f836f29f7dcd2a (patch)
treed003edef0a11fffe3ba3935df077e60280abf959 /src/providers/dp_backend.h
parent8e5549e453558d4bebdec333a93e215d5d6ffaec (diff)
downloadsssd-99151f2217ddaa179543b89b49f836f29f7dcd2a.tar.gz
sssd-99151f2217ddaa179543b89b49f836f29f7dcd2a.tar.xz
sssd-99151f2217ddaa179543b89b49f836f29f7dcd2a.zip
Add be_req_create() helper
Diffstat (limited to 'src/providers/dp_backend.h')
-rw-r--r--src/providers/dp_backend.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h
index 2b393a6cd..431c80a0c 100644
--- a/src/providers/dp_backend.h
+++ b/src/providers/dp_backend.h
@@ -257,6 +257,9 @@ void reset_fo(struct be_ctx *be_ctx);
/* be_req helpers */
+struct be_req *be_req_create(TALLOC_CTX *mem_ctx,
+ struct be_client *becli, struct be_ctx *be_ctx,
+ be_async_callback_t fn, void *pvt_fn_data);
void be_req_terminate(struct be_req *be_req,
int dp_err_type, int errnum, const char *errstr);