File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / client.h
Revision 1.2.2.1: download - view: text, annotated - select for diffs - revision graph
Tue May 1 22:30:31 2012 UTC (12 years, 2 months ago) by misho
Branches: mqtt1_1
remove 2 func and did replace with api from libaitmqtt

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

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