File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / client.h
Revision 1.1.2.3: download - view: text, annotated - select for diffs - revision graph
Sat Dec 24 17:30:28 2011 UTC (12 years, 6 months ago) by misho
Branches: mqtt1_0
added keep alive to client

#ifndef __CLIENT_H
#define __CLIENT_H


int InitClient(void);
int ConnectClient(int);
int CloseClient(int);
int KAClient(int);


#endif

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