version 1.2.2.8, 2012/06/26 13:43:59
|
version 1.2.2.9, 2012/07/03 07:48:49
|
Line 25 struct tagCallbacks {
|
Line 25 struct tagCallbacks {
|
|
|
int (*WritePUB_topic)(cfg_root_t *, void *, const char*, u_short, const char*, void *, int, |
int (*WritePUB_topic)(cfg_root_t *, void *, const char*, u_short, const char*, void *, int, |
const char*, const char*, char, char); |
const char*, const char*, char, char); |
mqtt_subscr_t *(*ReadPUB_topic)(cfg_root_t *, void *, const char*, u_short, const char*, char); | mqtt_subscr_t *(*ReadPUB_topic)(cfg_root_t *, void *, const char*, const char*, char); |
int (*DeletePUB_topic)(cfg_root_t *, void *, const char*, u_short, const char*, const char*, const char*, char); |
int (*DeletePUB_topic)(cfg_root_t *, void *, const char*, u_short, const char*, const char*, const char*, char); |
int (*WipePUB_topic)(cfg_root_t *, void *, const char*, const char*, char); |
int (*WipePUB_topic)(cfg_root_t *, void *, const char*, const char*, char); |
|
|