summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-02-27 16:57:23 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-04-12 09:22:12 -0400
commit79c090e8c25ac13454b9f12f4d6dc635029a0c9d (patch)
treed78af75e898c03a6244366b06e266e5acef8ef04 /src/db/sysdb.h
parent8c7f41a106b82e3451e2319546b8aff48977f685 (diff)
downloadsssd-79c090e8c25ac13454b9f12f4d6dc635029a0c9d.tar.gz
sssd-79c090e8c25ac13454b9f12f4d6dc635029a0c9d.tar.xz
sssd-79c090e8c25ac13454b9f12f4d6dc635029a0c9d.zip
sysdb: convert sysdb_delete_custom
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 2fa1c7f98..e86373887 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -588,13 +588,11 @@ int sysdb_search_custom_recv(struct tevent_req *req,
size_t *msgs_count,
struct ldb_message ***msg);
-struct tevent_req *sysdb_delete_custom_send(TALLOC_CTX *mem_ctx,
- struct tevent_context *ev,
- struct sysdb_handle *handle,
- struct sss_domain_info *domain,
- const char *object_name,
- const char *subtree_name);
-int sysdb_delete_custom_recv(struct tevent_req *req);
+int sysdb_delete_custom(TALLOC_CTX *mem_ctx,
+ struct sysdb_ctx *ctx,
+ struct sss_domain_info *domain,
+ const char *object_name,
+ const char *subtree_name);
struct tevent_req *sysdb_asq_search_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,