X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Futils_parse_option.h;h=885a6a33d263dfe1dd3429e209dc4484bf7a307d;hb=88057ccbe844a073b1426216ef2e3dff8fe87da0;hp=01b73d16c7c0092a7cffd8c838472bbd76e615d2;hpb=061c3c091d725d58dfe1e7525a8d72a1ea389a8a;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 : */