Upstream tarball 20080721
[amule.git] / src / utils / cas / html.h
blobd2cbdb21d1805f223ed1b52ffb9d75043067177b
1 /*
2 * Name: HTML creation functions
4 * Purpose: Create a nice HTML page with all the statistics
6 * Author: Pedro de Oliveira <falso@rdk.homeip.net>
8 * Copyright (c) 2004-2008 Pedro de Oliveira
9 *
10 * This file is part of aMule.
12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the
24 * Free Software Foundation, Inc.,
25 * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
28 #ifndef CAS_HTML_H
29 #define CAS_HTML_H
31 int create_html(char *stats[20], char *lines[6], char template[120], char *path_for_html);
33 #endif
35 /* // File_checked_for_headers */