Artifact 08525a47852d1d62a0be81d3fc3fe2d23b094efd:
- File ext/fts1/fulltext.h — part of check-in [b0d8e0d314] at 2006-08-23 23:58:50 on branch trunk — A first implementation of a full-text search module for SQLite. (CVS 3363) (user: adamd size: 179) [more...]
#include "sqlite3.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ int fulltext_init(sqlite3 *db); #ifdef __cplusplus } /* extern "C" */ #endif /* __cplusplus */