--- mqtt/inc/rtlm.h 2012/02/01 15:04:24 1.2.2.1 +++ mqtt/inc/rtlm.h 2012/02/01 15:44:40 1.2.2.2 @@ -27,9 +27,9 @@ struct tagCallbacks { mqtt_subscr_t *(*ReadPUB_topic)(sl_config *, void *, u_short, const char*, char); int (*DeletePUB_topic)(sl_config *, void *, u_short, const char*, const char*, const char*, char); - int (*WritePUB_subscribe)(sl_config *, void *, u_short, const char*, const char*, const char*); - mqtt_subscr_t *(*ReadPUB_subscribe)(sl_config *, void *, u_short, const char*); - int (*DeletePUB_subscribe)(sl_config *, void *, u_short, const char*, const char*, const char*); + int (*WritePUB_subscribe)(sl_config *, void *, u_short, const char*, const char*, const char*, char); + mqtt_subscr_t *(*ReadPUB_subscribe)(sl_config *, void *, const char*); + int (*DeletePUB_subscribe)(sl_config *, void *, const char*, const char*, const char*, char); /* mqtt_log.so */ void *(*OpenLOG)(sl_config *);