File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / mqttd_calls.h
Revision 1.2.2.2: download - view: text, annotated - select for diffs - revision graph
Sat May 5 13:39:27 2012 UTC (12 years, 1 month ago) by misho
Branches: mqtt1_1
*** empty log message ***

#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 *);


#endif

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