#ifndef _INFLUX_H_ #define _INFLUX_H_ #include void influxAddFrequency(double f); void influxInit(config_t *pCfg); #endif // _INFLUX_H_