[LIB]: Textsearch infrastructure.
authorThomas Graf <tgraf@suug.ch>
Fri, 24 Jun 2005 03:49:30 +0000 (20:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jun 2005 03:49:30 +0000 (20:49 -0700)
commit2de4ff7bd658c97fb357efa3095a509674dacb5a
tree49036dbf594317a6a17ff4e56f65158a6aeacbda
parent5f8ef48d240963093451bcf83df89f1a1364f51d
[LIB]: Textsearch infrastructure.

The textsearch infrastructure provides text searching
facitilies for both linear and non-linear data.
Individual search algorithms are implemented in modules
and chosen by the user.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/textsearch.h [new file with mode: 0644]
lib/Kconfig
lib/Makefile
lib/textsearch.c [new file with mode: 0644]