Code

src/daemon/utils_cache.h: Improve documentation for uc_iterator_get_next().
[collectd.git] / src / daemon / common.h
index 87dd4a047c448b42239bf63604df1da85ca723f6..6d01ca4bdeef5e3b1a74bea55c1686bcddb9a5cb 100644 (file)
@@ -323,7 +323,6 @@ int parse_identifier (char *str, char **ret_host,
                char **ret_type, char **ret_type_instance);
 int parse_identifier_vl (const char *str, value_list_t *vl);
 int parse_value (const char *value, value_t *ret_value, int ds_type);
-int parse_value_ext (const char *value, value_t *ret_value, int ds_type, const char *error_identifier);
 int parse_values (char *buffer, value_list_t *vl, const data_set_t *ds);
 
 /* parse_value_file reads "path" and parses its content as an integer or