summaryrefslogtreecommitdiffstats
path: root/src/util/util.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-07-01 16:57:28 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-07-11 16:52:52 -0400
commit2e1973b90ea87b343d39fef1f6393cc201989ecd (patch)
tree0a3849264e36ac94b3c336ab5f69dc7032dc8479 /src/util/util.h
parentd9e5e97c90b31b84c3abf6e7ce92176afa950f61 (diff)
downloadsssd-2e1973b90ea87b343d39fef1f6393cc201989ecd.tar.gz
sssd-2e1973b90ea87b343d39fef1f6393cc201989ecd.tar.xz
sssd-2e1973b90ea87b343d39fef1f6393cc201989ecd.zip
Move IP adress escaping from the LDAP namespace
Diffstat (limited to 'src/util/util.h')
-rw-r--r--src/util/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/util.h b/src/util/util.h
index 4b6f3b78a..a59603d04 100644
--- a/src/util/util.h
+++ b/src/util/util.h
@@ -405,4 +405,7 @@ errno_t sss_filter_sanitize(TALLOC_CTX *mem_ctx,
const char *input,
char **sanitized);
+char *
+sss_escape_ip_address(TALLOC_CTX *mem_ctx, int family, const char *addr);
+
#endif /* __SSSD_UTIL_H__ */