src/configfile.[ch]: Implement "cf_util_get_port_number".
[collectd.git] / src / utils_cmd_putnotif.h
index 08b3bb3..7e900b5 100644 (file)
@@ -22,7 +22,9 @@
 #ifndef UTILS_CMD_PUTNOTIF_H
 #define UTILS_CMD_PUTNOTIF_H 1
 
-int handle_putnotif (FILE *fh, char **fields, int fields_num);
+#include <stdio.h>
+
+int handle_putnotif (FILE *fh, char *buffer);
 
 /* vim: set shiftwidth=2 softtabstop=2 tabstop=8 : */