summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index 0bd6c9cc2..8b2b1ea91 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -195,11 +195,11 @@ ldap_enumeration_send(TALLOC_CTX *mem_ctx,
void *pvt);
errno_t ldap_enumeration_recv(struct tevent_req *req);
+errno_t ldap_setup_cleanup(struct sdap_id_ctx *id_ctx,
+ struct sdap_domain *sdom);
+
errno_t ldap_id_cleanup(struct sdap_options *opts,
struct sdap_domain *sdom);
-int ldap_id_cleanup_create_timer(struct sdap_id_ctx *ctx,
- struct sdap_domain *sdom,
- struct timeval tv);
void sdap_mark_offline(struct sdap_id_ctx *ctx);