Diff for /libelwix/inc/elwix/anet.h between versions 1.4 and 1.4.6.1

version 1.4, 2013/06/03 22:50:00 version 1.4.6.1, 2013/06/20 14:54:34
Line 85  typedef struct { Line 85  typedef struct {
  */   */
 int e_usleep(unsigned int usec);  int e_usleep(unsigned int usec);
 /*  /*
    * e_link_ntoa() - String ethernet address from link address
    *
    * @sdl = link address
    * return: =NULL error or !=NULL ethernet address, should be e_free()
    */
   char *e_link_ntoa(const struct sockaddr_dl *sdl);
   /*
  * e_ether_ntoa() - Convert ethernet address to string   * e_ether_ntoa() - Convert ethernet address to string
  *   *
  * @n = ethernet address structure, like struct ether_addr   * @n = ethernet address structure, like struct ether_addr

Removed from v.1.4  
changed lines
  Added in v.1.4.6.1


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