8fe6ce8282c2fe1c4954c5370c5e1626fd88a8af
[collectd.git] / src / types_list.h
1 #ifndef TYPES_LIST_H
2 #define TYPES_LIST_H 1
3
4 /**
5  * collectd - src/types_list.h
6  * Copyright (C) 2007  Florian octo Forster
7  *
8  * This program is free software; you can redistribute it and/or modify it
9  * under the terms of the GNU General Public License as published by the
10  * Free Software Foundation; only version 2 of the License is applicable.
11  *
12  * This program is distributed in the hope that it will be useful, but
13  * WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License along
18  * with this program; if not, write to the Free Software Foundation, Inc.,
19  * 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
20  *
21  * Authors:
22  *   Florian octo Forster <octo at verplant.org>
23  **/
24
25 int read_types_list (const char *file);
26
27 #endif /* TYPES_LIST_H */