persistentstorage/sqlite3api/SQLite/fts1.h
author NTT DOCOMO, INC <bugtracker-ml@nttdocomo.com>
Wed, 07 Jul 2010 08:33:46 +0100
branchRCL_3
changeset 36 b19bba7c5885
parent 0 08ec8eefde2f
child 15 3eacc0623088
permissions -rw-r--r--
Bug 3170 "SQL library test T_SQLPERFORMANCE4 fails with USER 84 panic"

#include "sqlite3.h"

#ifdef __cplusplus
extern "C" {
#endif  /* __cplusplus */

int sqlite3Fts1Init(sqlite3 *db);

#ifdef __cplusplus
}  /* extern "C" */
#endif  /* __cplusplus */