Chromium Code Reviews| Index: third_party/sqlite/src/ext/fts1/fulltext.h |
| diff --git a/third_party/sqlite/src/ext/fts1/fulltext.h b/third_party/sqlite/src/ext/fts1/fulltext.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..477dcab2ade9e39b6e3796c5642f16a825c1662e |
| --- /dev/null |
| +++ b/third_party/sqlite/src/ext/fts1/fulltext.h |
| @@ -0,0 +1,11 @@ |
| +#include "sqlite3.h" |
| + |
| +#ifdef __cplusplus |
| +extern "C" { |
| +#endif /* __cplusplus */ |
| + |
| +int fulltext_init(sqlite3 *db); |
| + |
| +#ifdef __cplusplus |
| +} /* extern "C" */ |
| +#endif /* __cplusplus */ |