From a298e5b4050a69238593017ccc774336eb332e16 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 14 Mar 2010 18:31:56 -0400 Subject: sysdb: convert sysdb_getpwuid --- src/db/sysdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/db/sysdb.h') 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, -- cgit