diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-03-21 00:06:29 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-04-12 09:22:16 -0400 |
commit | aafa0393524bacc5ba48e79ab536f9deb3972e38 (patch) | |
tree | 541e7a3f03139be88f52164a0e426a2184d545a7 /src/db/sysdb.h | |
parent | b2d78dfb2cdd6391be62812513ed26d6f4f454c5 (diff) | |
download | sssd-aafa0393524bacc5ba48e79ab536f9deb3972e38.tar.gz sssd-aafa0393524bacc5ba48e79ab536f9deb3972e38.tar.xz sssd-aafa0393524bacc5ba48e79ab536f9deb3972e38.zip |
sysdb: convert sysdb_initgroups
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r-- | src/db/sysdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h index 969413be4..08af31254 100644 --- a/src/db/sysdb.h +++ b/src/db/sysdb.h @@ -287,7 +287,7 @@ int sysdb_initgroups(TALLOC_CTX *mem_ctx, struct sysdb_ctx *ctx, struct sss_domain_info *domain, const char *name, - sysdb_callback_t fn, void *ptr); + struct ldb_result **res); int sysdb_get_user_attr(TALLOC_CTX *mem_ctx, struct sysdb_ctx *ctx, |