X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_cmd_flush.h;h=031fcac9c5827375504322e7782b9bddcd014e53;hb=2079ee1517e34de372f58e7e2267ad5c71a8a41f;hp=f43b25726749b20348f9c4ae641bb223dc603c5a;hpb=f5adf265a374e5e0dba89a4a9903e7719dc57039;p=collectd.git diff --git a/src/utils_cmd_flush.h b/src/utils_cmd_flush.h index f43b2572..031fcac9 100644 --- a/src/utils_cmd_flush.h +++ b/src/utils_cmd_flush.h @@ -29,9 +29,8 @@ #include -int handle_flush (FILE *fh, char *buffer); +int handle_flush(FILE *fh, char *buffer); #endif /* UTILS_CMD_FLUSH_H */ /* vim: set sw=4 ts=4 tw=78 noexpandtab : */ -