X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_cmd_putnotif.h;h=8d5475b92fc3b75ccd20c28e84b873ebb00fe79a;hb=ec404735b0676bb44fdba10f3760e1ba9632405a;hp=08b3bb37682f96c0862e7d69d29bc57af0c038f9;hpb=b88f9d8a83ff838523a21e4b191f447888d651cd;p=collectd.git diff --git a/src/utils_cmd_putnotif.h b/src/utils_cmd_putnotif.h index 08b3bb37..8d5475b9 100644 --- a/src/utils_cmd_putnotif.h +++ b/src/utils_cmd_putnotif.h @@ -22,7 +22,7 @@ #ifndef UTILS_CMD_PUTNOTIF_H #define UTILS_CMD_PUTNOTIF_H 1 -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 : */