csv plugin: Make the output to STDOUT compatible to the exec plugin.
[collectd.git] / src / utils_parse_option.h
index cb7f6d3..1dfb3ae 100644 (file)
@@ -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 : */