Return to fulltext.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / sqlite3 / ext / fts1 |
1.1 ! misho 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 */