Deleted Added
full compact
34c34
< * $FreeBSD: head/sbin/ifconfig/ifconfig.h 138671 2004-12-11 02:33:33Z sam $
---
> * $FreeBSD: head/sbin/ifconfig/ifconfig.h 139494 2004-12-31 19:46:27Z sam $
88c88,96
< /* print status method */
---
> /*
> * Status is handled one of two ways; if there is an
> * address associated with the interface then the
> * associated address family af_status method is invoked
> * with the appropriate addressin info. Otherwise, if
> * all possible info is to be displayed and af_other_status
> * is defined then it is invoked after all address status
> * is presented.
> */
89a98
> void (*af_other_status)(int);