File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / Attic / aitmqtt.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Nov 7 08:47:16 2011 UTC (12 years, 8 months ago) by misho
Branches: misho
CVS tags: start, mqtt1_0
MQTT Service

    1: #ifndef __AITMQTT_H
    2: #define __AITMQTT_H
    3: 
    4: 
    5: // -------------------------------------------------------
    6: // mqtt_GetErrno() Get error code of last operation
    7: inline int mqtt_GetErrno();
    8: // mqtt_GetError() Get error text of last operation
    9: inline const char *mqtt_GetError();
   10: // -------------------------------------------------------
   11: 
   12: 
   13: #endif

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