Return to rtlm.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / inc |
version 1.2.2.5, 2012/05/08 14:27:46 | version 1.2.2.6, 2012/06/01 11:39:15 |
---|---|
Line 5 | Line 5 |
void mqttLog(const char *, ...); | void mqttLog(const char *, ...); |
void *mqttLoadRTLM(cfg_root_t*, int); | void *mqttLoadRTLM(cfg_root_t*, int); |
void mqttUnloadRTLM(int); | void mqttUnloadRTLM(void*); |
inline int mqttMkDir(cfg_root_t *); | inline int mqttMkDir(cfg_root_t *); |