X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fplugin.h;h=83c21094eee789112d9eca42fceb7b4dca2dbedc;hb=e0a11961abe16d9db8e9b853ace97da7e5b96988;hp=db556fce1af18950b75378274c7edebfcb57fcd4;hpb=c493010e9f1a6537dca21be2290bc28051ad0efc;p=collectd.git diff --git a/src/plugin.h b/src/plugin.h index db556fce..83c21094 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -178,7 +178,7 @@ int plugin_unregister_log (const char *name); * `vl' Value list of the values that have been read by a `read' * function. */ -int plugin_dispatch_values (const char *name, const value_list_t *vl); +int plugin_dispatch_values (const char *name, value_list_t *vl); void plugin_log (int level, const char *format, ...); #define ERROR(...) plugin_log (LOG_ERR, __VA_ARGS__)