--- mqtt/inc/rtlm.h 2011/11/24 01:13:25 1.1.2.5 +++ mqtt/inc/rtlm.h 2011/11/24 13:57:11 1.1.2.6 @@ -19,6 +19,7 @@ struct tagCallbacks { /* mqtt_pub.so */ void *(*OpenPUB)(sl_config *); void (*ClosePUB)(void *); + int (*InitSessPUB)(sl_config *, void *, const char*, const char*, u_short); /* mqtt_log.so */ void *(*OpenLOG)(sl_config *);