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