--- mqtt/inc/rtlm.h 2011/11/24 13:57:11 1.1.2.6 +++ mqtt/inc/rtlm.h 2011/11/24 15:14:08 1.1.2.7 @@ -20,6 +20,7 @@ struct tagCallbacks { void *(*OpenPUB)(sl_config *); void (*ClosePUB)(void *); int (*InitSessPUB)(sl_config *, void *, const char*, const char*, u_short); + int (*FiniSessPUB)(sl_config *, void *, const char*, const char*); /* mqtt_log.so */ void *(*OpenLOG)(sl_config *);