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