.\" 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 "TEXTSEARCH_UNREGISTER" "9" "09 October 2005" "" ""
.SH NAME
textsearch_unregister \- unregister a textsearch module
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int textsearch_unregister (struct ts_ops * \fIops\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIops\fB\fR
operations lookup table
.SH "DESCRIPTION"
.PP
This function must be called by textsearch modules to announce
their disappearance for examples when the module gets unloaded.
The &ops parameter must be the same as the one during the
registration.
.PP
Returns 0 on success or -ENOENT if no matching textsearch
registration was found.