summaryrefslogtreecommitdiffstats
path: root/server/providers/dp_backend.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-10-14 19:17:57 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-10-15 07:44:46 -0400
commitac120f0b3613aedae9c2f3e3314514da98a9393c (patch)
tree5d0037c9066fa492e0b3cd0565b0c39c073b0a04 /server/providers/dp_backend.h
parentb4ae1f2b47f16b7f497493d8cbead04070ce1af0 (diff)
downloadsssd-ac120f0b3613aedae9c2f3e3314514da98a9393c.tar.gz
sssd-ac120f0b3613aedae9c2f3e3314514da98a9393c.tar.xz
sssd-ac120f0b3613aedae9c2f3e3314514da98a9393c.zip
Return the dp error from the providers
Diffstat (limited to 'server/providers/dp_backend.h')
-rw-r--r--server/providers/dp_backend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/providers/dp_backend.h b/server/providers/dp_backend.h
index ae245ef8c..bee1a85b7 100644
--- a/server/providers/dp_backend.h
+++ b/server/providers/dp_backend.h
@@ -32,7 +32,7 @@ struct be_req;
typedef int (*bet_init_fn_t)(TALLOC_CTX *, struct bet_ops **, void **);
typedef void (*be_shutdown_fn)(void *);
typedef void (*be_req_fn_t)(struct be_req *);
-typedef void (*be_async_callback_t)(struct be_req *, int, const char *);
+typedef void (*be_async_callback_t)(struct be_req *, int, int, const char *);
enum bet_type {
BET_NULL = 0,