--- mqtt/inc/rtlm.h 2012/06/01 11:39:15 1.2.2.6 +++ mqtt/inc/rtlm.h 2012/06/26 08:05:58 1.2.2.7 @@ -23,7 +23,7 @@ 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 *, const char*, u_short, const char*, const char*, + int (*WritePUB_topic)(cfg_root_t *, void *, const char*, u_short, const char*, void *, int, 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);