From 08d9d10747da6900971cdd8fced05ca66f5111e2 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 20 Mar 2010 17:38:30 -0400 Subject: sysdb: convert sysdb_get_user_attr --- 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 7b5166fe..fa82e579 100644 --- a/src/db/sysdb.h +++ b/src/db/sysdb.h @@ -295,7 +295,7 @@ int sysdb_get_user_attr(TALLOC_CTX *mem_ctx, struct sss_domain_info *domain, const char *name, const char **attributes, - sysdb_callback_t fn, void *ptr); + struct ldb_result **res); /* functions that modify the databse -- cgit