Diff for /mqtt/inc/rtlm.h between versions 1.4 and 1.5

version 1.4, 2012/07/03 12:46:00 version 1.5, 2017/10/08 22:49:24
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012Copyright 2004 - 2017
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
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 {
Line 64  struct tagCallbacks { Line 64  struct tagCallbacks {
         /* mqtt_pub.so */          /* mqtt_pub.so */
         void *(*OpenPUB)(cfg_root_t *);          void *(*OpenPUB)(cfg_root_t *);
         void (*ClosePUB)(void *);          void (*ClosePUB)(void *);
        int (*InitSessPUB)(cfg_root_t *, void *, const char*, const char*, const char*, char, ...);        int (*InitSessPUB)(cfg_root_t *, void *, const char*, const char*, const char*, int, ...);
         int (*FiniSessPUB)(cfg_root_t *, void *, const char*, const char*, const char*);          int (*FiniSessPUB)(cfg_root_t *, void *, const char*, const char*, const char*);
         int (*ChkSessPUB)(cfg_root_t *, void *, const char*, const char*, const char*);          int (*ChkSessPUB)(cfg_root_t *, void *, const char*, const char*, const char*);
   

Removed from v.1.4  
changed lines
  Added in v.1.5


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