Annotation of mqtt/inc/aitmqtt.h, revision 1.1.1.1

1.1       misho       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>