Merge commit 'octo/st/netapp' into st/netapp
[collectd.git] / src / utils_cmd_putval.h
index 2ae4532..8460b13 100644 (file)
@@ -22,6 +22,8 @@
 #ifndef UTILS_CMD_PUTVAL_H
 #define UTILS_CMD_PUTVAL_H 1
 
-int handle_putval (FILE *fh, char **fields, int fields_num);
+#include <stdio.h>
+
+int handle_putval (FILE *fh, char *buffer);
 
 #endif /* UTILS_CMD_PUTVAL_H */