#ifndef _RRDTOOL_H_ #define _RRDTOOL_H_ #ifdef WITH_RRD int rrd_submit(const char *hostname, struct sammler_plugin *plugin, const char *filename, int ds_id, const char *data); #else #define rrd_submit(hostname, plugin, filename, ds_id, data) #endif #endif /* _RRDTOOL_H_ */