Return to mqttd_calls.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / inc |
version 1.2.2.2, 2012/05/05 13:39:27 | version 1.3, 2012/07/03 09:02:50 |
---|---|
Line 10 int cmdPINGREQ(void*, int, void *); | Line 10 int cmdPINGREQ(void*, int, void *); |
int cmdCONNECT(void*, int, void *); | int cmdCONNECT(void*, int, void *); |
int cmdDISCONNECT(void*, int, void *); | int cmdDISCONNECT(void*, int, void *); |
int pubWill(struct tagSession * __restrict); | |
void *sendRetain(sched_task_t *); | |
#endif | #endif |