Annotation of mqtt/inc/mqttd_calls.h, revision 1.2.2.1

1.2       misho       1: #ifndef __MQTTD_CALLS_H
                      2: #define __MQTTD_CALLS_H
                      3: 
                      4: 
1.2.2.1 ! misho       5: int cmdPUBLISH(void*, void *);
        !             6: int cmdPUBREL(void*, void *);
        !             7: int cmdSUBSCRIBE(void*, void *);
        !             8: int cmdUNSUBSCRIBE(void*, void *);
        !             9: int cmdPINGREQ(void*, void *);
        !            10: int cmdCONNECT(void*, void *);
        !            11: int cmdDISCONNECT(void*, void *);
1.2       misho      12: 
                     13: 
                     14: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>