1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

Strip whitespace

This commit is contained in:
Max Maischein 2023-10-29 16:58:43 +01:00
parent 4c6e49ec58
commit 79d98dc1d3

5
fts5.h
View file

@ -38,6 +38,11 @@ typedef struct Fts5ExtensionApi Fts5ExtensionApi;
typedef struct Fts5Context Fts5Context;
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)(
const Fts5ExtensionApi *pApi, /* API offered by current FTS version */
Fts5Context *pFts, /* First arg to pass to pApi functions */