From 0ed401e3bf8693cf4df90520f22552a69fc29cd8 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Tue, 1 Mar 2016 11:41:43 +0100 Subject: [PATCH] Fix prototype of plugin_log_available_writers Commit straight to 5.5, this function doesn't exist in 5.4 --- src/daemon/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0