2 * collectd - src/utils_cmd_flush.h
3 * Copyright (C) 2008 Sebastian Harl
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License as published by the
7 * Free Software Foundation; only version 2 of the License is applicable.
9 * This program is distributed in the hope that it will be useful, but
10 * WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * General Public License for more details.
14 * You should have received a copy of the GNU General Public License along
15 * with this program; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19 * Sebastian "tokkee" Harl <sh at tokkee.org>
22 #ifndef UTILS_CMD_FLUSH_H
23 #define UTILS_CMD_FLUSH_H 1
27 int handle_flush (FILE *fh, char *buffer);
29 #endif /* UTILS_CMD_FLUSH_H */
31 /* vim: set sw=4 ts=4 tw=78 noexpandtab : */