X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_parse_option.h;h=1dfb3ae949e82573b951ae43e1ac914d1fa453ac;hb=c6da31fb30c2fb1d131f92efcde0b3ec9a010b2c;hp=1cd91dee5b8c35ee1bb293ee79fedcb7482f9a4a;hpb=5b5f7f4e3dd28d9e41469c331f3f9f6a09e3147b;p=collectd.git diff --git a/src/utils_parse_option.h b/src/utils_parse_option.h index 1cd91dee..1dfb3ae9 100644 --- a/src/utils_parse_option.h +++ b/src/utils_parse_option.h @@ -22,8 +22,11 @@ #ifndef UTILS_PARSE_OPTION #define UTILS_PARSE_OPTION 1 +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 : */