1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/persistentdata/persistentstorage/sqlite3api/SQLite/fts2.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,26 @@
1.4 +/*
1.5 +** 2006 Oct 10
1.6 +**
1.7 +** The author disclaims copyright to this source code. In place of
1.8 +** a legal notice, here is a blessing:
1.9 +**
1.10 +** May you do good and not evil.
1.11 +** May you find forgiveness for yourself and forgive others.
1.12 +** May you share freely, never taking more than you give.
1.13 +**
1.14 +******************************************************************************
1.15 +**
1.16 +** This header file is used by programs that want to link against the
1.17 +** FTS2 library. All it does is declare the sqlite3Fts2Init() interface.
1.18 +*/
1.19 +#include "sqlite3.h"
1.20 +
1.21 +#ifdef __cplusplus
1.22 +extern "C" {
1.23 +#endif /* __cplusplus */
1.24 +
1.25 +int sqlite3Fts2Init(sqlite3 *db);
1.26 +
1.27 +#ifdef __cplusplus
1.28 +} /* extern "C" */
1.29 +#endif /* __cplusplus */