From a586bd9e68992abfe8e47f70f665db82fd484f8a Mon Sep 17 00:00:00 2001 From: jturner Date: Mon, 29 Sep 2014 22:55:55 +0000 Subject: Update sqlite3 to 3.8.6. A list of changes are available here: http://sqlite.org/releaselog/3_8_6.html. Tested in a bulk and ok landry@ --- lib/libsqlite3/src/test_multiplex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libsqlite3/src/test_multiplex.h') diff --git a/lib/libsqlite3/src/test_multiplex.h b/lib/libsqlite3/src/test_multiplex.h index 9fe2f0f2b22..d973e4af271 100644 --- a/lib/libsqlite3/src/test_multiplex.h +++ b/lib/libsqlite3/src/test_multiplex.h @@ -90,7 +90,7 @@ extern int sqlite3_multiplex_initialize(const char *zOrigVfsName, int makeDefaul ** THIS ROUTINE IS NOT THREADSAFE. Call this routine exactly once while ** shutting down in order to free all remaining multiplex groups. */ -extern int sqlite3_multiplex_shutdown(void); +extern int sqlite3_multiplex_shutdown(int eForce); #ifdef __cplusplus } /* End of the 'extern "C"' block */ -- cgit v1.2.3-59-g8ed1b