Diff for /libelwix/src/net.c between versions 1.10.10.1 and 1.10.10.2

version 1.10.10.1, 2014/11/17 22:26:56 version 1.10.10.2, 2014/11/17 22:38:09
Line 442  e_getnet(const char *net) Line 442  e_getnet(const char *net)
  *   *
  * @ifname = interface name   * @ifname = interface name
  * @addr = if addr is !=NULL then set this for new address   * @addr = if addr is !=NULL then set this for new address
 * return: NULL error or !=NULL get ethernet address * return: NULL error or !=NULL get ethernet address should be e_free()
  */   */
 ether_addr_t *  ether_addr_t *
 e_ether_addr(const char *ifname, ether_addr_t * __restrict addr)  e_ether_addr(const char *ifname, ether_addr_t * __restrict addr)

Removed from v.1.10.10.1  
changed lines
  Added in v.1.10.10.2


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