Enhance the command-line completion extension to return the names of
[sqlite.git] / ext / fts1 / fulltext.h
blob477dcab2ade9e39b6e3796c5642f16a825c1662e
1 #include "sqlite3.h"
3 #ifdef __cplusplus
4 extern "C" {
5 #endif /* __cplusplus */
7 int fulltext_init(sqlite3 *db);
9 #ifdef __cplusplus
10 } /* extern "C" */
11 #endif /* __cplusplus */