Files
pecl-processing-rrd/rrd_graph.h
2015-06-13 21:06:21 +00:00

18 lines
462 B
C

/**
* PHP bindings to the rrdtool
*
* This source file is subject to the BSD license that is bundled
* with this package in the file LICENSE.
* ---------------------------------------------------------------
* Author: Miroslav Kubelik <koubel@php.net>
* ---------------------------------------------------------------
*/
#ifndef RRD_GRAPH_H
#define RRD_GRAPH_H
extern void rrd_graph_minit();
extern PHP_FUNCTION(rrd_graph);
#endif /* RRD_GRAPH_H */