#ifndef __RTLM_H #define __RTLM_H void mqttLog(const char *, ...); void *mqttLoadRTLM(sl_config*, int); void mqttUnloadRTLM(int); sqlite3 *(*mqttOpenDB)(sl_config *cfg, int modtype); void (*mqttCloseDB)(sqlite3 *sql); #endif