Diff for /libaitmqtt/inc/defs.h between versions 1.3 and 1.4

version 1.3, 2012/07/22 22:02:44 version 1.4, 2014/04/27 16:29:40
Line 66  SUCH DAMAGE. Line 66  SUCH DAMAGE.
 extern int mqtt_Errno;  extern int mqtt_Errno;
 extern char mqtt_Error[STRSIZ];  extern char mqtt_Error[STRSIZ];
   
inline void mqtt_SetErr(int, char *, ...);void mqtt_SetErr(int, char *, ...);
inline struct mqtthdr *_mqtt_readHEADER(mqtt_msg_t * __restrict, u_char, int *, int *);struct mqtthdr *_mqtt_readHEADER(mqtt_msg_t * __restrict, u_char, int *, int *);
   
inline int mqtt_wait4data(int, u_short, short);int mqtt_wait4data(int, u_short, short);
   
   
 #endif  #endif

Removed from v.1.3  
changed lines
  Added in v.1.4


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