X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_cmd_putnotif.h;h=8d5475b92fc3b75ccd20c28e84b873ebb00fe79a;hb=ea78b1cbf46034df20ab3cfb3dabf255e5755264;hp=a9531721d6807076e36a258c7912bf7547e36db5;hpb=6e855e6ab3bc654a3d6238c75102c66785de8bda;p=collectd.git diff --git a/src/utils_cmd_putnotif.h b/src/utils_cmd_putnotif.h index a9531721..8d5475b9 100644 --- a/src/utils_cmd_putnotif.h +++ b/src/utils_cmd_putnotif.h @@ -22,9 +22,7 @@ #ifndef UTILS_CMD_PUTNOTIF_H #define UTILS_CMD_PUTNOTIF_H 1 -#include "plugin.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 : */