Diff for /libelwix/inc/elwix/apack.h between versions 1.10.68.1 and 1.11.26.1

version 1.10.68.1, 2022/04/18 20:18:48 version 1.11.26.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 151  typedef struct tagRawPacket { Line 151  typedef struct tagRawPacket {
                                 ))                                  ))
   
   
   #ifdef __cplusplus
   extern "C" {
   #endif
   
 /*  /*
  * rpack_align_and_reserve() - Align & reserve space   * rpack_align_and_reserve() - Align & reserve space
  *   *
Line 317  void *rpack_data(rpack_t * __restrict rp, void * __res Line 321  void *rpack_data(rpack_t * __restrict rp, void * __res
  */   */
 void *rpack_rdata(rpack_t * __restrict rp, void * __restrict dat, size_t datlen);  void *rpack_rdata(rpack_t * __restrict rp, void * __restrict dat, size_t datlen);
   
   #ifdef __cplusplus
   }
   #endif
   
 #endif  #endif

Removed from v.1.10.68.1  
changed lines
  Added in v.1.11.26.1


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