Diff for /libaitio/inc/aitio.h between versions 1.8.2.7 and 1.8.2.8

version 1.8.2.7, 2011/05/03 15:33:54 version 1.8.2.8, 2011/05/03 15:37:40
Line 355  inline void *io_sarrGet(sarr_t * __restrict arr, unsig Line 355  inline void *io_sarrGet(sarr_t * __restrict arr, unsig
  * @idx = Index (warning 1st element is at position 1)   * @idx = Index (warning 1st element is at position 1)
  * return: NULL not found, !=NULL element   * return: NULL not found, !=NULL element
  */   */
void *io_sarrGet2(sarr_t * __restrict arr, u_int idx);void *io_sarrGet2(sarr_t * __restrict arr, unsigned int idx);
 /*  /*
  * io_sarrSet() - Set element to dynamic split-order array   * io_sarrSet() - Set element to dynamic split-order array
  * @arr = Array   * @arr = Array

Removed from v.1.8.2.7  
changed lines
  Added in v.1.8.2.8


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