version 1.2.2.1, 2012/02/01 15:04:24
|
version 1.2.2.2, 2012/02/01 15:44:40
|
Line 27 struct tagCallbacks {
|
Line 27 struct tagCallbacks {
|
mqtt_subscr_t *(*ReadPUB_topic)(sl_config *, void *, u_short, const char*, char); |
mqtt_subscr_t *(*ReadPUB_topic)(sl_config *, void *, u_short, const char*, char); |
int (*DeletePUB_topic)(sl_config *, void *, u_short, const char*, const char*, const char*, char); |
int (*DeletePUB_topic)(sl_config *, void *, u_short, const char*, const char*, const char*, char); |
|
|
int (*WritePUB_subscribe)(sl_config *, void *, u_short, const char*, const char*, const char*); | int (*WritePUB_subscribe)(sl_config *, void *, u_short, const char*, const char*, const char*, char); |
mqtt_subscr_t *(*ReadPUB_subscribe)(sl_config *, void *, u_short, const char*); | mqtt_subscr_t *(*ReadPUB_subscribe)(sl_config *, void *, const char*); |
int (*DeletePUB_subscribe)(sl_config *, void *, u_short, const char*, const char*, const char*); | int (*DeletePUB_subscribe)(sl_config *, void *, const char*, const char*, const char*, char); |
|
|
/* mqtt_log.so */ |
/* mqtt_log.so */ |
void *(*OpenLOG)(sl_config *); |
void *(*OpenLOG)(sl_config *); |