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

1.1.2.1   misho       1: #ifndef __CLIENT_H
                      2: #define __CLIENT_H
                      3: 
                      4: 
                      5: int InitClient(void);
1.1.2.3   misho       6: int ConnectClient(int);
                      7: int CloseClient(int);
                      8: int KAClient(int);
1.1.2.1   misho       9: 
1.1.2.5 ! misho      10: void *OpenFile(void);
1.1.2.4   misho      11: void CloseFile(void);
                     12: 
1.1.2.1   misho      13: 
                     14: #endif

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