Diff for /libaitio/inc/aitio.h between versions 1.18.2.2 and 1.18.2.3

version 1.18.2.2, 2012/05/23 11:49:34 version 1.18.2.3, 2012/05/23 11:59:51
Line 60  SUCH DAMAGE. Line 60  SUCH DAMAGE.
 #include <netinet/in.h>  #include <netinet/in.h>
   
   
#ifdef INIT_MPOOL#ifdef USE_MPOOL
 #else  #else
 #define xmalloc(x)      malloc(x)  #define xmalloc(x)      malloc(x)
 #define xcalloc(x, y)   calloc(x, y)  #define xcalloc(x, y)   calloc(x, y)
Line 299  typedef union { Line 299  typedef union {
 inline int io_GetErrno();  inline int io_GetErrno();
 // io_GetError() Get error text of last operation  // io_GetError() Get error text of last operation
 inline const char *io_GetError();  inline const char *io_GetError();
   
   // mpool_inuse() Check for mpool usage
   inline int mpool_inuse();
   
   
 /*  /*

Removed from v.1.18.2.2  
changed lines
  Added in v.1.18.2.3


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