X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_cmd_flush.h;h=6b54acecaa30f26307e1e51504a388e4b09f831e;hb=8eb9e6285f394569d7fe6ad43a0f4e5f9bca454f;hp=334f0862f5df284154ff4649431b1bc11633b294;hpb=6a9506cfaf6a982c45723824e9380e39d3a8c5da;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 */