TEXTSEARCH_UNREGISTER
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
textsearch_unregister - unregister a textsearch module
SYNOPSIS
"SYNOPSIS"
int textsearch_unregister (struct ts_ops * ops);
ARGUMENTS
- ops
-
operations lookup table
DESCRIPTION
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.
Returns 0 on success or -ENOENT if no matching textsearch
registration was found.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:54 GMT, October 09, 2005