.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "REGISTER_GIFCONF" "9" "09 October 2005" "" ""
.SH NAME
register_gifconf \- register a SIOCGIF handler
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int register_gifconf (unsigned int \fIfamily\fB, gifconf_func_t * \fIgifconf\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIfamily\fB\fR
Address family
.TP
\fB\fIgifconf\fB\fR
Function handler
.SH "DESCRIPTION"
.PP
Register protocol dependent address dumping routines. The handler
that is passed must not be freed or reused until it has been replaced
by another handler.