mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Mark internal routines as "static" in FTS3.
Ticket [b1552d0fa7]. FossilOrigin-Name: 39b34ac4a7bd06144b3630c0ad71bad0615418b6
This commit is contained in:
@ -571,7 +571,7 @@ static int fts3StringAppend(
|
||||
** is no way for fts3BestSnippet() to know whether or not the document
|
||||
** actually contains terms that follow the final highlighted term.
|
||||
*/
|
||||
int fts3SnippetShift(
|
||||
static int fts3SnippetShift(
|
||||
Fts3Table *pTab, /* FTS3 table snippet comes from */
|
||||
int nSnippet, /* Number of tokens desired for snippet */
|
||||
const char *zDoc, /* Document text to extract snippet from */
|
||||
|
Reference in New Issue
Block a user