Home | History | Annotate | Download | only in fts1
      1 #include "sqlite3.h"
      2 
      3 #ifdef __cplusplus
      4 extern "C" {
      5 #endif  /* __cplusplus */
      6 
      7 int fulltext_init(sqlite3 *db);
      8 
      9 #ifdef __cplusplus
     10 }  /* extern "C" */
     11 #endif  /* __cplusplus */
     12