snmp2rrd/rrdtool.h

8 lines
183 B
C
Raw Permalink Normal View History

2011-04-17 12:32:40 +02:00
#ifndef _RRDTOOL_H_
#define _RRDTOOL_H_
int my_rrd_init(void);
int rrd_submit(const char *filename, const char *ds_define, int interval, const char *data);
#endif /* _RRDTOOL_H_ */