repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert of Enabling audio quality test on mac. (patchset #1 id:1 of https://codereview...
[chromium-blink-merge.git]
/
third_party
/
sqlite
/
src
/
ext
/
fts1
/
fulltext.h
blob
477dcab2ade9e39b6e3796c5642f16a825c1662e
1
#include
"sqlite3.h"
2
3
#ifdef __cplusplus
4
extern
"C"
{
5
#endif
/* __cplusplus */
6
7
int
fulltext_init
(
sqlite3
*
db
);
8
9
#ifdef __cplusplus
10
}
/* extern "C" */
11
#endif
/* __cplusplus */