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