File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / client.h
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Tue Dec 13 14:57:14 2011 UTC (12 years, 6 months ago) by misho
Branches: mqtt1_0
added send connect

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

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