X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_cmd_flush.h;h=6b54acecaa30f26307e1e51504a388e4b09f831e;hb=491712ab7dd36eb58fba23942f5edf4b76b50361;hp=334f0862f5df284154ff4649431b1bc11633b294;hpb=a79a29c826b99d9dd2b0214e3bccf7491509d8f5;p=collectd.git diff --git a/src/utils_cmd_flush.h b/src/utils_cmd_flush.h index 334f0862..6b54acec 100644 --- a/src/utils_cmd_flush.h +++ b/src/utils_cmd_flush.h @@ -22,7 +22,9 @@ #ifndef UTILS_CMD_FLUSH_H #define UTILS_CMD_FLUSH_H 1 -int handle_flush (FILE *fh, char **fields, int fields_num); +#include + +int handle_flush (FILE *fh, char *buffer); #endif /* UTILS_CMD_FLUSH_H */