summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-05-18 12:18:13 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-05-18 13:08:37 -0400
commit49942f408c33a91fd99deae7ca2b3005d6fb56fb (patch)
treecad21ce1bd2a66d856d785775796029597761507 /src/providers/ldap/ldap_common.h
parent00a7c950297d135e5f14fd3e366b5cc1dad1ddb6 (diff)
downloadsssd-49942f408c33a91fd99deae7ca2b3005d6fb56fb.tar.gz
sssd-49942f408c33a91fd99deae7ca2b3005d6fb56fb.tar.xz
sssd-49942f408c33a91fd99deae7ca2b3005d6fb56fb.zip
Add offline callback to disconnect global SDAP handle
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index 2fec7e2da..1ee7378cb 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -117,4 +117,5 @@ int groups_get_recv(struct tevent_req *req);
/* setup child logging */
int setup_child(struct sdap_id_ctx *ctx);
+void sdap_gsh_disconnect_callback(void *pvt);
#endif /* _LDAP_COMMON_H_ */