Diff for /mqtt/inc/rtlm.h between versions 1.1.2.1 and 1.1.2.3

version 1.1.2.1, 2011/11/23 00:42:16 version 1.1.2.3, 2011/11/23 08:50:03
Line 7  void mqttLog(const char *, ...); Line 7  void mqttLog(const char *, ...);
 void *mqttLoadRTLM(sl_config*, int);  void *mqttLoadRTLM(sl_config*, int);
 void mqttUnloadRTLM(int);  void mqttUnloadRTLM(int);
   
sqlite3 *(*mqttOpenDB)(sl_config *cfg, int modtype);inline int mqttMkDir(sl_config *);
void (*mqttCloseDB)(sqlite3 *sql);
 
 void *(*mqttOpenACC)(sl_config *);
 void (*mqttCloseACC)(void *);
 void *(*mqttOpenPUB)(sl_config *);
 void (*mqttClosePUB)(void *);
 void *(*mqttOpenLOG)(sl_config *);
 void (*mqttCloseLOG)(void *);
   
   
 #endif  #endif

Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.3


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