Diff for /libelwix/inc/elwix.h between versions 1.8 and 1.10

version 1.8, 2013/07/09 00:18:19 version 1.10, 2014/01/29 14:16:53
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013Copyright 2004 - 2014
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 71  SUCH DAMAGE. Line 71  SUCH DAMAGE.
 #include <elwix/anet.h>  #include <elwix/anet.h>
 #include <elwix/atime.h>  #include <elwix/atime.h>
 #include <elwix/apack.h>  #include <elwix/apack.h>
   #include <elwix/apio.h>
   
   
 #ifndef STRSIZ  #ifndef STRSIZ
Line 153  SUCH DAMAGE. Line 154  SUCH DAMAGE.
   
 #define VACUUM_LEFT             1  #define VACUUM_LEFT             1
 #define VACUUM_BETWEEN          2  #define VACUUM_BETWEEN          2
   
   
   extern int __isthreaded;
   
   
 // elwix_SetProg() Set program memory pool name  // elwix_SetProg() Set program memory pool name

Removed from v.1.8  
changed lines
  Added in v.1.10


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