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