From: shess Date: Wed, 13 Sep 2006 18:40:25 +0000 (+0000) Subject: Earlier refactoring changed name in fts1.c but not fts1.h. (CVS 3413) X-Git-Tag: version-3.6.10~2754 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c48f2a10aa81cff54e6590c5b44a1d7b450a4bbd;p=thirdparty%2Fsqlite.git Earlier refactoring changed name in fts1.c but not fts1.h. (CVS 3413) FossilOrigin-Name: d4edb8035c8abbdb301893557934dd644ef3c950 --- diff --git a/ext/fts1/fts1.h b/ext/fts1/fts1.h index a0dfb27622..d55e689733 100644 --- a/ext/fts1/fts1.h +++ b/ext/fts1/fts1.h @@ -4,7 +4,7 @@ extern "C" { #endif /* __cplusplus */ -int fts1_init(sqlite3 *db); +int sqlite3Fts1Init(sqlite3 *db); #ifdef __cplusplus } /* extern "C" */ diff --git a/manifest b/manifest index a3d46b4fdd..2abe13bb03 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Minor\scode\scleanup\sin\sFTS1.\s(CVS\s3412) -D 2006-09-13T17:17:48 +C Earlier\srefactoring\schanged\sname\sin\sfts1.c\sbut\snot\sfts1.h.\s(CVS\s3413) +D 2006-09-13T18:40:26 F Makefile.in cabd42d34340f49260bc2a7668c38eba8d4cfd99 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -22,7 +22,7 @@ F ext/fts1/README.txt 20ac73b006a70bcfd80069bdaf59214b6cf1db5e F ext/fts1/ft_hash.c 3927bd880e65329bdc6f506555b228b28924921b F ext/fts1/ft_hash.h 1a35e654a235c2c662d3ca0dfc3138ad60b8b7d5 F ext/fts1/fts1.c 65aaeb022e4257eec3a6ce10bcf323e77078b10a -F ext/fts1/fts1.h fe8e8f38dd6d2d2645b9b0d6972e80985249575f +F ext/fts1/fts1.h 6060b8f62c1d925ea8356cb1a6598073eb9159a6 F ext/fts1/fts1_hash.c 3196cee866edbebb1c0521e21672e6d599965114 F ext/fts1/fts1_hash.h 957d378355ed29f672cd5add012ce8b088a5e089 F ext/fts1/fts1_tokenizer.h 12c0e7ad83120aff1f86ca848149f96f61da738b @@ -398,7 +398,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P 820634f71e3a3499994f82b56b784d22a7e3cdcf -R 621d72f40c2bc2a8ff0c2901da9a946a -U drh -Z 31ced45237949ff98b8b01ea025e7b54 +P fca592816767de397fbaf22cccdf1028fc5dfc91 +R fdf2cb17877178b0e644bc5620c97184 +U shess +Z ce5f64328ce3ae782dbadd79c6d82135 diff --git a/manifest.uuid b/manifest.uuid index ff10bee13d..dddd48b10b 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -fca592816767de397fbaf22cccdf1028fc5dfc91 \ No newline at end of file +d4edb8035c8abbdb301893557934dd644ef3c950 \ No newline at end of file