Annotation of mqtt/src/sub.c, revision 1.1.2.2

1.1.2.1   misho       1: #include "global.h"
                      2: 
                      3: 
                      4: /* ------------------------------------------------------------------- */
                      5: 
1.1.2.2 ! misho       6: int
        !             7: mqtt_msgSUBSCRIBE(mqtt_msg_t * __restrict buf, const char *csTopic, u_short msgID, 
        !             8:                )
        !             9: {
        !            10: }

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