--- mqtt/inc/rtlm.h 2012/05/08 14:27:46 1.2.2.5 +++ mqtt/inc/rtlm.h 2012/06/01 11:39:15 1.2.2.6 @@ -5,7 +5,7 @@ void mqttLog(const char *, ...); void *mqttLoadRTLM(cfg_root_t*, int); -void mqttUnloadRTLM(int); +void mqttUnloadRTLM(void*); inline int mqttMkDir(cfg_root_t *);