sammler/rrdtool.h

7 lines
153 B
C
Raw Normal View History

2006-06-13 21:34:36 +02:00
#ifndef _RRDTOOL_H_
#define _RRDTOOL_H_
2006-09-30 20:27:56 +02:00
void rrd_submit(char *hostname, char *plugin, char *filename, int ds_id, char *data);
2006-06-13 21:34:36 +02:00
#endif /* _RRDTOOL_H_ */