version 1.1.2.2, 2011/11/23 01:07:17
|
version 1.1.2.3, 2011/11/23 08:50:03
|
Line 10 void mqttUnloadRTLM(int);
|
Line 10 void mqttUnloadRTLM(int);
|
inline int mqttMkDir(sl_config *); |
inline int mqttMkDir(sl_config *); |
|
|
|
|
sqlite3 *(*mqttOpenDB)(sl_config *cfg, int modtype); | void *(*mqttOpenACC)(sl_config *); |
void (*mqttCloseDB)(sqlite3 *sql); | void (*mqttCloseACC)(void *); |
| void *(*mqttOpenPUB)(sl_config *); |
| void (*mqttClosePUB)(void *); |
| void *(*mqttOpenLOG)(sl_config *); |
| void (*mqttCloseLOG)(void *); |
|
|
|
|
#endif |
#endif |