.\" 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 "IB_UNREGISTER_CLIENT" "9" "09 October 2005" "" ""
.SH NAME
ib_unregister_client \- Unregister an IB client
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void ib_unregister_client (struct ib_client * \fIclient\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIclient\fB\fR
Client to unregister
.SH "DESCRIPTION"
.PP
Upper level users use \fBib_unregister_client\fR to remove their client
registration. When \fBib_unregister_client\fR is called, the client
will receive a remove callback for each IB device still registered.