Return to rtlm.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / inc |
version 1.1.2.1, 2011/11/23 00:42:16 | version 1.1.2.2, 2011/11/23 01:07:17 |
---|---|
Line 7 void mqttLog(const char *, ...); | Line 7 void mqttLog(const char *, ...); |
void *mqttLoadRTLM(sl_config*, int); | void *mqttLoadRTLM(sl_config*, int); |
void mqttUnloadRTLM(int); | void mqttUnloadRTLM(int); |
inline int mqttMkDir(sl_config *); | |
sqlite3 *(*mqttOpenDB)(sl_config *cfg, int modtype); | sqlite3 *(*mqttOpenDB)(sl_config *cfg, int modtype); |
void (*mqttCloseDB)(sqlite3 *sql); | void (*mqttCloseDB)(sqlite3 *sql); |