fulltext.h 179 B

1234567891011
  1. #include "sqlite3.h"
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif /* __cplusplus */
  5. int fulltext_init(sqlite3 *db);
  6. #ifdef __cplusplus
  7. } /* extern "C" */
  8. #endif /* __cplusplus */