File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / client.h
Revision 1.1.2.4: download - view: text, annotated - select for diffs - revision graph
Thu Dec 29 14:13:13 2011 UTC (12 years, 6 months ago) by misho
Branches: mqtt1_0
fix mqttd to handle sigpipe :)
add file mgmt to publish

#ifndef __CLIENT_H
#define __CLIENT_H


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

FILE *OpenFile(void);
void CloseFile(void);


#endif

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