summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2015-02-19 12:04:09 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-03-08 22:27:16 +0100
commit17531a398cc9084036cb08d69fe876a8f12707bb (patch)
tree336099412efe7c5b47197a74f2fee51b6342d8d0 /src/providers/ldap/ldap_common.h
parentab0eda3622b828df2bfb7850c96d1395f614eb13 (diff)
downloadsssd-17531a398cc9084036cb08d69fe876a8f12707bb.tar.gz
sssd-17531a398cc9084036cb08d69fe876a8f12707bb.tar.xz
sssd-17531a398cc9084036cb08d69fe876a8f12707bb.zip
be_refresh: add sdap_refresh_init
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index f8b4e0142..bf69489a7 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -324,13 +324,7 @@ struct sdap_id_ctx *
sdap_id_ctx_new(TALLOC_CTX *mem_ctx, struct be_ctx *bectx,
struct sdap_service *sdap_service);
-struct tevent_req *sdap_refresh_netgroups_send(TALLOC_CTX *mem_ctx,
- struct tevent_context *ev,
- struct be_ctx *be_ctx,
- struct sss_domain_info *domain,
- char **names,
- void *pvt);
-
-errno_t sdap_refresh_netgroups_recv(struct tevent_req *req);
+errno_t sdap_refresh_init(struct be_refresh_ctx *refresh_ctx,
+ struct sdap_id_ctx *id_ctx);
#endif /* _LDAP_COMMON_H_ */