.\" 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 "VIDEO_UNREGISTER_DEVICE" "" "06 October 2005" "" ""
.SH NAME
video_unregister_device \- unregister a video4linux device
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void video_unregister_device (struct video_device * \fIvfd\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIvfd\fB\fR
the device to unregister
.SH "DESCRIPTION"
.PP
This unregisters the passed device and deassigns the minor
number. Future open calls will be met with errors.