X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Futils_cmd_flush.h;h=57b90853959a55dcc4759b250a309c73ad81d1c4;hb=98e38add333bfcb893fcde408ecf3a0c43d99e31;hp=031fcac9c5827375504322e7782b9bddcd014e53;hpb=2079ee1517e34de372f58e7e2267ad5c71a8a41f;p=collectd.git diff --git a/src/utils_cmd_flush.h b/src/utils_cmd_flush.h index 031fcac9..57b90853 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,7 +29,15 @@ #include -int handle_flush(FILE *fh, char *buffer); +#include "utils_cmds.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); + +void cmd_destroy_flush(cmd_flush_t *flush); #endif /* UTILS_CMD_FLUSH_H */