summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-03-14 18:31:56 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-04-12 09:22:15 -0400
commita298e5b4050a69238593017ccc774336eb332e16 (patch)
tree0cd8c51c177ac44a78926e2aec20f5096dda3a8f /src/db/sysdb.h
parent7ffaa2afb9e03a6f0b9c602c0f03b2074ea33eac (diff)
downloadsssd_unused-a298e5b4050a69238593017ccc774336eb332e16.tar.gz
sssd_unused-a298e5b4050a69238593017ccc774336eb332e16.tar.xz
sssd_unused-a298e5b4050a69238593017ccc774336eb332e16.zip
sysdb: convert sysdb_getpwuid
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 365e6adf..cb5cbba1 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -259,7 +259,7 @@ int sysdb_getpwuid(TALLOC_CTX *mem_ctx,
struct sysdb_ctx *ctx,
struct sss_domain_info *domain,
uid_t uid,
- sysdb_callback_t fn, void *ptr);
+ struct ldb_result **res);
int sysdb_enumpwent(TALLOC_CTX *mem_ctx,
struct sysdb_ctx *ctx,