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

1.2       misho       1: #ifndef __UTILS_H
                      2: #define __UTILS_H
                      3: 
                      4: 
1.2.2.2   misho       5: inline int srv_Socket(cfg_root_t * __restrict);
                      6: inline int srv_Close(int);
1.2.2.3 ! misho       7: inline int srv_Will(struct tagSession * __restrict);
1.2       misho       8: 
                      9: 
                     10: #endif

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