diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-01-31 16:21:00 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-12 20:00:42 -0500 |
commit | 95052df3760523e1f3bb9705c918d85aae7fb431 (patch) | |
tree | a5d8b8516314a5e751787db02d405783cf6fd5f6 /src/basic/escape.h | |
parent | fa45182ed6b833017dde5a7cee27cdf25985790a (diff) |
resolve: parse CAA records
Diffstat (limited to 'src/basic/escape.h')
-rw-r--r-- | src/basic/escape.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/escape.h b/src/basic/escape.h index ac8f5f3910..bc25646a3d 100644 --- a/src/basic/escape.h +++ b/src/basic/escape.h @@ -50,6 +50,7 @@ int cunescape_length_with_prefix(const char *s, size_t length, const char *prefi int cunescape_one(const char *p, size_t length, char32_t *ret, bool *eight_bit); char *xescape(const char *s, const char *bad); +char *octescape(const char *s, size_t len); char *shell_escape(const char *s, const char *bad); char *shell_maybe_quote(const char *s); |