1 /**
2  * PHP bindings to the rrdtool
3  *
4  * This source file is subject to the BSD license that is bundled
5  * with this package in the file LICENSE.
6  * ---------------------------------------------------------------
7  *  Author: Miroslav Kubelik <koubel@php.net>
8  * ---------------------------------------------------------------
9  */
10 
11 #ifndef RRD_GRAPH_H
12 #define RRD_GRAPH_H
13 
14 extern void rrd_graph_minit();
15 extern PHP_FUNCTION(rrd_graph);
16 
17 #endif  /* RRD_GRAPH_H */
18