Return to rtlm.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / inc |
1.1.2.1 ! misho 1: #ifndef __RTLM_H ! 2: #define __RTLM_H ! 3: ! 4: ! 5: void mqttLog(const char *, ...); ! 6: ! 7: void *mqttLoadRTLM(sl_config*, int); ! 8: void mqttUnloadRTLM(int); ! 9: ! 10: sqlite3 *(*mqttOpenDB)(sl_config *cfg, int modtype); ! 11: void (*mqttCloseDB)(sqlite3 *sql); ! 12: ! 13: ! 14: #endif