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

1.1.2.1   misho       1: #ifndef __CLIENT_H
                      2: #define __CLIENT_H
                      3: 
                      4: 
                      5: int InitClient(void);
1.1.2.2 ! misho       6: int try2Connect(int);
1.1.2.1   misho       7: 
                      8: 
                      9: #endif

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