sammler/rrdtool.h

8 lines
200 B
C
Raw Normal View History

2006-06-13 21:34:36 +02:00
#ifndef _RRDTOOL_H_
#define _RRDTOOL_H_
int rrd_init(void);
2007-04-01 13:21:51 +02:00
int rrd_submit(const char *hostname, const char *pluginname, const char *filename, int ds_id, const char *data);
2006-06-13 21:34:36 +02:00
#endif /* _RRDTOOL_H_ */