X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_parse_option.h;h=885a6a33d263dfe1dd3429e209dc4484bf7a307d;hb=09147a2c9dde2e04e660409e7a5ac0eb09604b07;hp=01b73d16c7c0092a7cffd8c838472bbd76e615d2;hpb=f7818fbc069c641e1ae40280dbd6f33dc613ec3a;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 : */