From: Ruben Kerkhof Date: Tue, 1 Mar 2016 10:41:43 +0000 (+0100) Subject: Fix prototype of plugin_log_available_writers X-Git-Tag: collectd-5.5.2~57 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0ed401e3bf8693cf4df90520f22552a69fc29cd8;p=collectd.git Fix prototype of plugin_log_available_writers Commit straight to 5.5, this function doesn't exist in 5.4 --- diff --git a/src/daemon/plugin.h b/src/daemon/plugin.h index 3db88e3f..cba298cf 100644 --- a/src/daemon/plugin.h +++ b/src/daemon/plugin.h @@ -332,7 +332,7 @@ int plugin_unregister_notification (const char *name); * Since some writers dynamically build their name it can be hard for * the configuring person to know it. This function will fill this gap. */ -void plugin_log_available_writers (); +void plugin_log_available_writers (void); /* * NAME