X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_parse_option.h;h=885a6a33d263dfe1dd3429e209dc4484bf7a307d;hb=b99f2ef5c262080cdd55d4dc056aaf23ba2ff907;hp=01b73d16c7c0092a7cffd8c838472bbd76e615d2;hpb=2761756b5ad2c9a973b30540633218202860a4d7;p=collectd.git diff --git a/src/utils_parse_option.h b/src/utils_parse_option.h index 01b73d16..885a6a33 100644 --- a/src/utils_parse_option.h +++ b/src/utils_parse_option.h @@ -30,8 +30,6 @@ 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 : */