File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / client.h
Revision 1.1.2.5: download - view: text, annotated - select for diffs - revision graph
Thu Jan 5 10:01:58 2012 UTC (12 years, 5 months ago) by misho
Branches: mqtt1_0
fix header

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

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