.\" 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 "NTFS_CLEAR_VOLUME_FLAGS" "9" "09 October 2005" "" ""
.SH NAME
ntfs_clear_volume_flags \- clear bits in the volume information flags
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int ntfs_clear_volume_flags (ntfs_volume * \fIvol\fB, VOLUME_FLAGS \fIflags\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIvol\fB\fR
ntfs volume on which to modify the flags
.TP
\fB\fIflags\fB\fR
flags to clear on the volume
.SH "DESCRIPTION"
.PP
Clear the bits in \fIflags\fR in the volume information flags on the volume \fIvol\fR\&.
.PP
Return 0 on success and -errno on error.