--- mqtt/inc/rtlm.h 2011/11/23 00:42:16 1.1 +++ mqtt/inc/rtlm.h 2011/11/23 00:42:16 1.1.2.1 @@ -0,0 +1,14 @@ +#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