From: drh Date: Mon, 13 Mar 2006 14:31:39 +0000 (+0000) Subject: Fix documentation to show the correct return type from sqlite3_db_handle(). X-Git-Tag: version-3.6.10~3035 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa701b2827600e52e0ba3ac464b6c8841b1fe5b7;p=thirdparty%2Fsqlite.git Fix documentation to show the correct return type from sqlite3_db_handle(). Ticket #1716. (CVS 3132) FossilOrigin-Name: f4fb047d0a0939ab6a25b75999501f5956e9f67c --- diff --git a/manifest b/manifest index 598906661b..1dde3aef71 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Changes\sto\sget\sthe\sSerialized\sStatement\sExtension\sworking\sagain.\s(CVS\s3131) -D 2006-03-13T14:28:05 +C Fix\sdocumentation\sto\sshow\sthe\scorrect\sreturn\stype\sfrom\ssqlite3_db_handle().\nTicket\s#1716.\s(CVS\s3132) +D 2006-03-13T14:31:39 F Makefile.in 5d8dff443383918b700e495de42ec65bc1c8865b F Makefile.linux-gcc 74ba0eadf88748a9ce3fd03d2a3ede2e6715baec F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -311,7 +311,7 @@ F www/audit.tcl 90e09d580f79c7efec0c7d6f447b7ec5c2dce5c0 F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06 F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1 -F www/capi3ref.tcl 0ce8b070cc22d460268d46c208999ffa96566939 +F www/capi3ref.tcl 196c44b034995cc50cfc27eda3cccf88e1941e0f F www/changes.tcl 06e23e1286bee6753d405047f0ccb5c2ba8ca555 F www/common.tcl 14d121c28532ad20c3e349caa4db708b0b822083 F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084 @@ -355,7 +355,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P a69f697d50124f2c0c654d56390ae83a4ac5e9e8 -R 88d366a1182cf27af32cd61f9e0ea7ee +P 255fdbe6fa31ce276a8e6511af4ec6c36a741c20 +R e418fbe26d30f0c9ccaae6a1d916af2a U drh -Z 86c65569dc0e41105f23665a78f26052 +Z fc3d1b43b7ed07c37fd2233a9595ad86 diff --git a/manifest.uuid b/manifest.uuid index 3ee85d41c5..f2fd7a1ae2 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -255fdbe6fa31ce276a8e6511af4ec6c36a741c20 \ No newline at end of file +f4fb047d0a0939ab6a25b75999501f5956e9f67c \ No newline at end of file diff --git a/www/capi3ref.tcl b/www/capi3ref.tcl index 3984305454..6a7d7113aa 100644 --- a/www/capi3ref.tcl +++ b/www/capi3ref.tcl @@ -1,4 +1,4 @@ -set rcsid {$Id: capi3ref.tcl,v 1.34 2006/02/11 01:25:52 drh Exp $} +set rcsid {$Id: capi3ref.tcl,v 1.35 2006/03/13 14:31:39 drh Exp $} source common.tcl header {C/C++ Interface For SQLite Version 3} puts { @@ -1296,7 +1296,7 @@ api {} { } api {} { - int sqlite3_db_handle(sqlite3_stmt*); + sqlite3 *sqlite3_db_handle(sqlite3_stmt*); } { Return the sqlite3* database handle to which the prepared statement given in the argument belongs. This is the same database handle that was