File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / mqttd_calls.h
Revision 1.2.2.3: download - view: text, annotated - select for diffs - revision graph
Mon Jul 2 12:52:18 2012 UTC (11 years, 11 months ago) by misho
Branches: mqtt1_1
finish mqtt_subs client application

finish will messaging into mqttd

#ifndef __MQTTD_CALLS_H
#define __MQTTD_CALLS_H


int cmdPUBLISH(void*, int, void *);
int cmdPUBREL(void*, int, void *);
int cmdSUBSCRIBE(void*, int, void *);
int cmdUNSUBSCRIBE(void*, int, void *);
int cmdPINGREQ(void*, int, void *);
int cmdCONNECT(void*, int, void *);
int cmdDISCONNECT(void*, int, void *);

int pubWill(struct tagSession * __restrict);


#endif

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