X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_parse_option.h;h=1dfb3ae949e82573b951ae43e1ac914d1fa453ac;hb=7de4b3692af84751fab5ac46a5da7414346ea50b;hp=cb7f6d32112582e1fe1b069508b13d92e419847a;hpb=39ba035b60b509311874ccf89d11d240c0271a90;p=collectd.git diff --git a/src/utils_parse_option.h b/src/utils_parse_option.h index cb7f6d32..1dfb3ae9 100644 --- a/src/utils_parse_option.h +++ b/src/utils_parse_option.h @@ -25,6 +25,8 @@ int parse_string (char **ret_buffer, char **ret_string); int parse_option (char **ret_buffer, char **ret_key, char **ret_value); +int escape_string (char *buffer, size_t buffer_size); + #endif /* UTILS_PARSE_OPTION */ /* vim: set sw=2 ts=8 tw=78 et : */