Diff for /mqtt/inc/rtlm.h between versions 1.3.2.1 and 1.4.4.1

version 1.3.2.1, 2012/07/03 12:22:56 version 1.4.4.1, 2013/07/19 09:11:48
Line 52  void mqttLog(const char *, ...); Line 52  void mqttLog(const char *, ...);
 void *mqttLoadRTLM(cfg_root_t*, int);  void *mqttLoadRTLM(cfg_root_t*, int);
 void mqttUnloadRTLM(void*);  void mqttUnloadRTLM(void*);
   
inline int mqttMkDir(cfg_root_t *);int mqttMkDir(cfg_root_t *);
   
   
 struct tagCallbacks {  struct tagCallbacks {

Removed from v.1.3.2.1  
changed lines
  Added in v.1.4.4.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>