Diff for /libelwix/inc/elwix/avar.h between versions 1.13.4.1 and 1.14.30.1

version 1.13.4.1, 2022/02/01 20:45:17 version 1.14.30.1, 2024/12/05 12:33:49
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 - 2022Copyright 2004 - 2024
         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 368  typedef struct __packed { Line 368  typedef struct __packed {
                                                 AIT_KEY(__val) = 0; \                                                  AIT_KEY(__val) = 0; \
                                         } while (0)                                          } while (0)
   
   #ifdef __cplusplus
   extern "C" {
   #endif
   
 /*  /*
  * ait_vars2buffer() - Marshaling data from array with variables to buffer   * ait_vars2buffer() - Marshaling data from array with variables to buffer
Line 598  ait_val_t *ait_findKeyHash(array_t * __restrict vars,  Line 601  ait_val_t *ait_findKeyHash(array_t * __restrict vars, 
  */   */
 int ait_hashKeyVars(array_t * __restrict vars);  int ait_hashKeyVars(array_t * __restrict vars);
   
   #ifdef __cplusplus
   }
   #endif
   
 #endif  #endif

Removed from v.1.13.4.1  
changed lines
  Added in v.1.14.30.1


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