projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a68a39
)
Fix prototype of plugin_log_available_writers
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 1 Mar 2016 10:41:43 +0000
(11:41 +0100)
committer
Ruben 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
patch
|
blob
|
history
diff --git
a/src/daemon/plugin.h
b/src/daemon/plugin.h
index
3db88e3
..
cba298c
100644
(file)
--- 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