os/persistentdata/persistentstorage/sqlite3api/SQLite/fts1.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 #include "sqlite3.h"
     2 
     3 #ifdef __cplusplus
     4 extern "C" {
     5 #endif  /* __cplusplus */
     6 
     7 int sqlite3Fts1Init(sqlite3 *db);
     8 
     9 #ifdef __cplusplus
    10 }  /* extern "C" */
    11 #endif  /* __cplusplus */