Fix prototype of plugin_log_available_writers
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 1 Mar 2016 10:41:43 +0000 (11:41 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 1 Mar 2016 10:41:43 +0000 (11:41 +0100)
Commit straight to 5.5, this function doesn't exist in 5.4

src/daemon/plugin.h

index 3db88e3..cba298c 100644 (file)
@@ -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