summaryrefslogtreecommitdiffstats
path: root/server/db/sysdb.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-10-28 19:42:06 +0100
committerStephen Gallagher <sgallagh@redhat.com>2009-10-29 10:53:07 -0400
commit91200b67bcb2f2e8ff2006407a264f64f86c9223 (patch)
tree8100b1c3b6961f4e69d8c0a7a4a66fa08ec505c0 /server/db/sysdb.h
parent841fbb025aabfe0e2836a1ff5cdc9bfba40c9bbe (diff)
downloadsssd-91200b67bcb2f2e8ff2006407a264f64f86c9223.tar.gz
sssd-91200b67bcb2f2e8ff2006407a264f64f86c9223.tar.xz
sssd-91200b67bcb2f2e8ff2006407a264f64f86c9223.zip
Allow sysdb_search_entry request to return more than one result
Diffstat (limited to 'server/db/sysdb.h')
-rw-r--r--server/db/sysdb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/db/sysdb.h b/server/db/sysdb.h
index 5c15d3a1a..00a3378c4 100644
--- a/server/db/sysdb.h
+++ b/server/db/sysdb.h
@@ -321,7 +321,8 @@ struct tevent_req *sysdb_search_entry_send(TALLOC_CTX *mem_ctx,
const char **attrs);
int sysdb_search_entry_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx,
- struct ldb_message **msg);
+ size_t *msgs_size,
+ struct ldb_message ***msgs);
/* Search User (by uid or name) */
struct tevent_req *sysdb_search_user_by_name_send(TALLOC_CTX *mem_ctx,