version 1.1.2.12, 2011/12/08 17:02:25
|
version 1.1.2.13, 2011/12/12 09:24:24
|
Line 14 struct tagCallbacks {
|
Line 14 struct tagCallbacks {
|
/* mqtt_acc.so */ |
/* mqtt_acc.so */ |
void *(*OpenACC)(sl_config *); |
void *(*OpenACC)(sl_config *); |
void (*CloseACC)(void *); |
void (*CloseACC)(void *); |
int (*LoginACC)(sl_config *, void *, const char*, const char*, ...); | int (*LoginACC)(sl_config *, void *, const char*, const char*); |
|
|
/* mqtt_pub.so */ |
/* mqtt_pub.so */ |
void *(*OpenPUB)(sl_config *); |
void *(*OpenPUB)(sl_config *); |