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