--- mqtt/inc/rtlm.h 2011/11/24 00:08:55 1.1.2.4 +++ mqtt/inc/rtlm.h 2011/11/24 01:13:25 1.1.2.5 @@ -14,6 +14,7 @@ struct tagCallbacks { /* mqtt_acc.so */ void *(*OpenACC)(sl_config *); void (*CloseACC)(void *); + int (*LoginACC)(sl_config *, void *, const char*, const char*, ...); /* mqtt_pub.so */ void *(*OpenPUB)(sl_config *);