--- mqtt/inc/rtlm.h 2011/12/08 17:02:25 1.1.2.12 +++ mqtt/inc/rtlm.h 2011/12/12 09:24:24 1.1.2.13 @@ -14,7 +14,7 @@ struct tagCallbacks { /* mqtt_acc.so */ void *(*OpenACC)(sl_config *); void (*CloseACC)(void *); - int (*LoginACC)(sl_config *, void *, const char*, const char*, ...); + int (*LoginACC)(sl_config *, void *, const char*, const char*); /* mqtt_pub.so */ void *(*OpenPUB)(sl_config *);