2006-08-31 15:07:14 +00:00
|
|
|
#include "sqlite3.h"
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif /* __cplusplus */
|
|
|
|
|
2006-09-13 18:40:25 +00:00
|
|
|
int sqlite3Fts1Init(sqlite3 *db);
|
2006-08-31 15:07:14 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
} /* extern "C" */
|
|
|
|
#endif /* __cplusplus */
|