From 2e1973b90ea87b343d39fef1f6393cc201989ecd Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 1 Jul 2011 16:57:28 +0200 Subject: Move IP adress escaping from the LDAP namespace --- src/util/sss_ldap.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/util/sss_ldap.h') diff --git a/src/util/sss_ldap.h b/src/util/sss_ldap.h index 14fff29e7..ab890293c 100644 --- a/src/util/sss_ldap.h +++ b/src/util/sss_ldap.h @@ -49,9 +49,6 @@ int sss_ldap_control_create(const char *oid, int iscritical, struct berval *value, int dupval, LDAPControl **ctrlp); -inline const char * -sss_ldap_escape_ip_address(TALLOC_CTX *mem_ctx, int family, const char *addr); - struct tevent_req *sss_ldap_init_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, const char *uri, -- cgit