From: dan Date: Fri, 17 Jun 2011 16:04:39 +0000 (+0000) Subject: Add a missing declaration to fts3Int.h. X-Git-Tag: version-3.7.7~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10fc4d8c450d42d4bb2c9c7a60e061185fe8263e;p=thirdparty%2Fsqlite.git Add a missing declaration to fts3Int.h. FossilOrigin-Name: 3bfd4466f50711eb71d1a13231025ff4e1e76246 --- diff --git a/ext/fts3/fts3Int.h b/ext/fts3/fts3Int.h index 5d3d22a57a..980b52c913 100644 --- a/ext/fts3/fts3Int.h +++ b/ext/fts3/fts3Int.h @@ -509,6 +509,7 @@ int sqlite3Fts3MsrIncrNext( Fts3Table *, Fts3MultiSegReader *, sqlite3_int64 *, char **, int *); char *sqlite3Fts3EvalPhrasePoslist(Fts3Cursor *, Fts3Expr *, int iCol); int sqlite3Fts3MsrOvfl(Fts3Cursor *, Fts3MultiSegReader *, int *); +int sqlite3Fts3MsrIncrRestart(Fts3MultiSegReader *pCsr); int sqlite3Fts3DeferredTokenList(Fts3DeferredToken *, char **, int *); diff --git a/manifest b/manifest index 2adc201993..6f625d03e0 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\sa\sfew\smore\sissues\swith\sthe\snmake\smakefile. -D 2011-06-17T15:57:07.878 +C Add\sa\smissing\sdeclaration\sto\sfts3Int.h. +D 2011-06-17T16:04:39.347 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in c1d7a7f4fd8da6b1815032efca950e3d5125407e F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -64,7 +64,7 @@ F ext/fts3/README.tokenizers 998756696647400de63d5ba60e9655036cb966e9 F ext/fts3/README.txt 8c18f41574404623b76917b9da66fcb0ab38328d F ext/fts3/fts3.c 78b02b5f0195e397c4239ef9213e5506b7d3fa97 F ext/fts3/fts3.h 3a10a0af180d502cecc50df77b1b22df142817fe -F ext/fts3/fts3Int.h df761492ae2308d3d56123907ca29cdf9bdd3748 +F ext/fts3/fts3Int.h 974cf471fae5fed8ad87069cd86c1fe5a9bf6f9c F ext/fts3/fts3_aux.c 0ebfa7b86cf8ff6a0861605fcc63b83ec1b70691 F ext/fts3/fts3_expr.c 23791de01b3a5d313d76e02befd2601d4096bc2b F ext/fts3/fts3_hash.c aad95afa01cf2a5ffaa448e4b0ab043880cd1efb @@ -946,7 +946,7 @@ F tool/split-sqlite3c.tcl d9be87f1c340285a3e081eb19b4a247981ed290c F tool/symbols.sh bc2a3709940d47c8ac8e0a1fdf17ec801f015a00 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f F tool/warnings.sh 347d974d143cf132f953b565fbc03026f19fcb4d -P d6443f8eb30fc3e91e1ad92e2adb595ccf121880 -R efe888bea588d8664ec1e53b3ca0b8eb -U shaneh -Z 8a36b3551ed8c68b140a2528bd77bdc7 +P a117005f502482c4529661616cbb26eee1fe75d1 +R faf357353d86a944921df5db701e63d3 +U dan +Z d361a7bc828cbb05e3ac27317d622fe4 diff --git a/manifest.uuid b/manifest.uuid index 8b7519e9bd..2c02eba3f4 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -a117005f502482c4529661616cbb26eee1fe75d1 \ No newline at end of file +3bfd4466f50711eb71d1a13231025ff4e1e76246 \ No newline at end of file