Diff for /libelwix/inc/elwix.h between versions 1.16.32.2 and 1.19

version 1.16.32.2, 2019/12/18 20:00:17 version 1.19, 2021/03/21 01:32:04
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 - 2019Copyright 2004 - 2021
         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 79  SUCH DAMAGE. Line 79  SUCH DAMAGE.
 #include <elwix/apack.h>  #include <elwix/apack.h>
 #include <elwix/apio.h>  #include <elwix/apio.h>
 #include <elwix/ajson.h>  #include <elwix/ajson.h>
   #include <elwix/aiov.h>
   
   
 #ifndef STRSIZ  #ifndef STRSIZ
Line 269  extern int elwix_Verbose; Line 270  extern int elwix_Verbose;
                                                                 (x), __func__, __LINE__, __str); \                                                                  (x), __func__, __LINE__, __str); \
                                         } \                                          } \
                                 } while (0)                                  } while (0)
   
   
 /* Debug macros */  /* Debug macros */
 extern int elwix_Debug;  extern int elwix_Debug;

Removed from v.1.16.32.2  
changed lines
  Added in v.1.19


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