df plugin also collects inode count now.
[collectd.git] / src / utils_cmd_getval.h
index d7bd115..ed9ca9a 100644 (file)
@@ -22,7 +22,9 @@
 #ifndef UTILS_CMD_GETVAL_H
 #define UTILS_CMD_GETVAL_H 1
 
-int handle_getval (FILE *fh, char **fields, int fields_num);
+#include <stdio.h>
+
+int handle_getval (FILE *fh, char *buffer);
 
 #endif /* UTILS_CMD_GETVAL_H */