sl@0: /* sl@0: ** 2006 Oct 10 sl@0: ** sl@0: ** The author disclaims copyright to this source code. In place of sl@0: ** a legal notice, here is a blessing: sl@0: ** sl@0: ** May you do good and not evil. sl@0: ** May you find forgiveness for yourself and forgive others. sl@0: ** May you share freely, never taking more than you give. sl@0: ** sl@0: ****************************************************************************** sl@0: ** sl@0: ** This header file is used by programs that want to link against the sl@0: ** FTS2 library. All it does is declare the sqlite3Fts2Init() interface. sl@0: */ sl@0: #include "sqlite3.h" sl@0: sl@0: #ifdef __cplusplus sl@0: extern "C" { sl@0: #endif /* __cplusplus */ sl@0: sl@0: int sqlite3Fts2Init(sqlite3 *db); sl@0: sl@0: #ifdef __cplusplus sl@0: } /* extern "C" */ sl@0: #endif /* __cplusplus */