sammler/rrdtool.h

7 lines
150 B
C
Raw Normal View History

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