Return to rtlm.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / inc |
version 1.1, 2011/11/23 00:42:16 | version 1.1.2.1, 2011/11/23 00:42:16 |
---|---|
Line 0 | Line 1 |
#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 |