diff options
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r-- | src/providers/ldap/ldap_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h index 3998e300..53ffd6fe 100644 --- a/src/providers/ldap/ldap_common.h +++ b/src/providers/ldap/ldap_common.h @@ -114,4 +114,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_ */ |