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, 5 months ago) by misho
Branches: mqtt1_1
re-work some codes

    1: #ifndef __MQTTD_CALLS_H
    2: #define __MQTTD_CALLS_H
    3: 
    4: 
    5: int cmdPUBLISH(void*, void *);
    6: int cmdPUBREL(void*, void *);
    7: int cmdSUBSCRIBE(void*, void *);
    8: int cmdUNSUBSCRIBE(void*, void *);
    9: int cmdPINGREQ(void*, void *);
   10: int cmdCONNECT(void*, void *);
   11: int cmdDISCONNECT(void*, void *);
   12: 
   13: 
   14: #endif

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