summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-03-02 23:11:59 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-04-12 09:22:14 -0400
commit16ef1ec0d10d24703351d02bbd7d0c2255da4359 (patch)
tree7c5d36c1f0d16ac3e20cef817f055e536b62f204 /src/db/sysdb.h
parentcdc174f69d071c26257275e2478e3c8c08b95306 (diff)
downloadsssd-16ef1ec0d10d24703351d02bbd7d0c2255da4359.tar.gz
sssd-16ef1ec0d10d24703351d02bbd7d0c2255da4359.tar.xz
sssd-16ef1ec0d10d24703351d02bbd7d0c2255da4359.zip
sysdb: convert sysdb_search_users
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index f82f31153..e60777c8e 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -557,15 +557,13 @@ int sysdb_asq_search(TALLOC_CTX *mem_ctx,
size_t *msgs_count,
struct ldb_message ***msgs);
-struct tevent_req *sysdb_search_users_send(TALLOC_CTX *mem_ctx,
- struct tevent_context *ev,
- struct sysdb_ctx *sysdb,
- struct sysdb_handle *handle,
- struct sss_domain_info *domain,
- const char *sub_filter,
- const char **attrs);
-int sysdb_search_users_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
- size_t *msgs_count, struct ldb_message ***msgs);
+int sysdb_search_users(TALLOC_CTX *mem_ctx,
+ struct sysdb_ctx *sysdb,
+ struct sss_domain_info *domain,
+ const char *sub_filter,
+ const char **attrs,
+ size_t *msgs_count,
+ struct ldb_message ***msgs);
struct tevent_req *sysdb_delete_user_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,