5db455e7b5
so that all symbols with external linkage begin with "sqlite3Fts1", and so that all filenames begin with "fts1". (CVS 3377) FossilOrigin-Name: e1891f0dc58e5498a8845d8b9b5b092d7f9c7003
12 lines
175 B
C
12 lines
175 B
C
#include "sqlite3.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif /* __cplusplus */
|
|
|
|
int fts1_init(sqlite3 *db);
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern "C" */
|
|
#endif /* __cplusplus */
|