Diff for /libaitio/inc/aitio.h between versions 1.11.2.26 and 1.11.2.27

version 1.11.2.26, 2011/10/14 07:28:16 version 1.11.2.27, 2011/10/14 07:39:47
Line 251  inline const char *io_GetError(); Line 251  inline const char *io_GetError();
  * return: NULL error or !=NULL string a   * return: NULL error or !=NULL string a
  */   */
 inline char *io_ether_ntoa(const struct io_ether_addr *n, char * __restrict a, int len);  inline char *io_ether_ntoa(const struct io_ether_addr *n, char * __restrict a, int len);
   /*
    * io_ether_aton() Convert string to ethernet address
    * @a = string
    * @e = ethernet address structure, like struct ether_addr
    * return: NULL error or !=NULL ethernet address structure
    */
   inline struct io_ether_addr *io_ether_aton(const char *a, struct io_ether_addr *e);
   
 /*  /*
  * io_vals2buffer() Marshaling data from array with variables to buffer   * io_vals2buffer() Marshaling data from array with variables to buffer

Removed from v.1.11.2.26  
changed lines
  Added in v.1.11.2.27


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