--- mqtt/inc/rtlm.h 2012/05/08 13:04:02 1.2.2.4 +++ mqtt/inc/rtlm.h 2012/05/08 14:27:46 1.2.2.5 @@ -23,13 +23,15 @@ struct tagCallbacks { 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 (*WritePUB_topic)(cfg_root_t *, void *, u_short, const char*, const char*, const char*, const char*, char); - mqtt_subscr_t *(*ReadPUB_topic)(cfg_root_t *, void *, u_short, const char*, char); - int (*DeletePUB_topic)(cfg_root_t *, void *, u_short, const char*, const char*, const char*, char); + int (*WritePUB_topic)(cfg_root_t *, void *, const char*, u_short, const char*, const char*, + const char*, const char*, char); + mqtt_subscr_t *(*ReadPUB_topic)(cfg_root_t *, void *, const char*, u_short, const char*, char); + int (*DeletePUB_topic)(cfg_root_t *, void *, const char*, u_short, const char*, const char*, const char*, char); + int (*WipePUB_topic)(cfg_root_t *, void *, const char*, const char*, char); - int (*WritePUB_subscribe)(cfg_root_t *, void *, u_short, const char*, const char*, const char*, char); - mqtt_subscr_t *(*ReadPUB_subscribe)(cfg_root_t *, void *, const char*); - int (*DeletePUB_subscribe)(cfg_root_t *, void *, const char*, const char*, const char*); + int (*WritePUB_subscribe)(cfg_root_t *, void *, const char*, u_short, const char*, const char*, const char*, char); + mqtt_subscr_t *(*ReadPUB_subscribe)(cfg_root_t *, void *, const char*, const char*); + int (*DeletePUB_subscribe)(cfg_root_t *, void *, const char*, const char*, const char*, const char*); /* mqtt_log.so */ void *(*OpenLOG)(cfg_root_t *);