Code

collectd-threshold(5): Correct the description of the "Interesting" config option.
[collectd.git] / src / utils_cmd_flush.h
index 334f0862f5df284154ff4649431b1bc11633b294..6b54acecaa30f26307e1e51504a388e4b09f831e 100644 (file)
@@ -22,7 +22,9 @@
 #ifndef UTILS_CMD_FLUSH_H
 #define UTILS_CMD_FLUSH_H 1
 
-int handle_flush (FILE *fh, char **fields, int fields_num);
+#include <stdio.h>
+
+int handle_flush (FILE *fh, char *buffer);
 
 #endif /* UTILS_CMD_FLUSH_H */