File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / mqttd_calls.h
Revision 1.2.2.1: download - view: text, annotated - select for diffs - revision graph
Mon Jan 30 08:29:55 2012 UTC (12 years, 4 months ago) by misho
Branches: mqtt1_1
re-work some codes

#ifndef __MQTTD_CALLS_H
#define __MQTTD_CALLS_H


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


#endif

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