mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
Strip whitespace
This commit is contained in:
parent
4c6e49ec58
commit
79d98dc1d3
1 changed files with 56 additions and 51 deletions
5
fts5.h
5
fts5.h
|
@ -38,6 +38,11 @@ typedef struct Fts5ExtensionApi Fts5ExtensionApi;
|
||||||
typedef struct Fts5Context Fts5Context;
|
typedef struct Fts5Context Fts5Context;
|
||||||
typedef struct Fts5PhraseIter Fts5PhraseIter;
|
typedef struct Fts5PhraseIter Fts5PhraseIter;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Wrap fts5_xToken in a callback that takes an array of arrayrefs (?)
|
||||||
|
* ... instead of the user calling fts5_xToken themselves
|
||||||
|
* /
|
||||||
|
|
||||||
typedef void (*fts5_extension_function)(
|
typedef void (*fts5_extension_function)(
|
||||||
const Fts5ExtensionApi *pApi, /* API offered by current FTS version */
|
const Fts5ExtensionApi *pApi, /* API offered by current FTS version */
|
||||||
Fts5Context *pFts, /* First arg to pass to pApi functions */
|
Fts5Context *pFts, /* First arg to pass to pApi functions */
|
||||||
|
|
Loading…
Add table
Reference in a new issue