Annotation of mqtt/inc/utils.h, revision 1.1.2.2

1.1.2.1   misho       1: #ifndef __UTILS_H
                      2: #define __UTILS_H
                      3: 
                      4: 
1.1.2.2 ! misho       5: int srv_Socket(sl_config * __restrict);
        !             6: int srv_Close(int);
        !             7: 
        !             8: 
1.1.2.1   misho       9: #endif

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