X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_cmd_flush.h;h=5dc88f957ac9191dc311f98ebd18193d9baac780;hb=c7c89cc9618ef25cc9b0861ac2782cb1a5d6782d;hp=f43b25726749b20348f9c4ae641bb223dc603c5a;hpb=dab48f284f9d4bb6ae98244310c5cdb6c5d91bf3;p=collectd.git diff --git a/src/utils_cmd_flush.h b/src/utils_cmd_flush.h index f43b2572..5dc88f95 100644 --- a/src/utils_cmd_flush.h +++ b/src/utils_cmd_flush.h @@ -1,6 +1,6 @@ /** * collectd - src/utils_cmd_flush.h - * Copyright (C) 2008 Sebastian Harl + * Copyright (C) 2008, 2016 Sebastian Harl * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,14 @@ #include -int handle_flush (FILE *fh, char *buffer); +#include "utils_cmds.h" -#endif /* UTILS_CMD_FLUSH_H */ +cmd_status_t cmd_parse_flush(size_t argc, char **argv, cmd_flush_t *ret_flush, + const cmd_options_t *opts, + cmd_error_handler_t *err); + +cmd_status_t cmd_handle_flush(FILE *fh, char *buffer); -/* vim: set sw=4 ts=4 tw=78 noexpandtab : */ +void cmd_destroy_flush(cmd_flush_t *flush); +#endif /* UTILS_CMD_FLUSH_H */