X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_parse_option.h;h=1dfb3ae949e82573b951ae43e1ac914d1fa453ac;hb=c6da31fb30c2fb1d131f92efcde0b3ec9a010b2c;hp=cb7f6d32112582e1fe1b069508b13d92e419847a;hpb=fd9c88963b04c9e9050a952ba0f018493e8b7638;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 : */