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

version 1.2.8.1, 2012/07/22 22:01:28 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.2.8.1  
changed lines
  Added in v.1.4


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