diff options
Diffstat (limited to 'ext/sqlite/libsqlite/src')
-rw-r--r-- | ext/sqlite/libsqlite/src/sqlite.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite/libsqlite/src/sqlite.h.in b/ext/sqlite/libsqlite/src/sqlite.h.in index 228cecfe8d..436c9bb56b 100644 --- a/ext/sqlite/libsqlite/src/sqlite.h.in +++ b/ext/sqlite/libsqlite/src/sqlite.h.in @@ -262,7 +262,7 @@ void sqlite_busy_handler(sqlite*, int(*)(void*,const char*,int), void*); ** Calling this routine with an argument less than or equal to zero ** turns off all busy handlers. */ -void sqlite_busy_timeout(sqlite*, int ms); +void sqlite_busy_timeout(sqlite*, long ms); /* ** This next routine is really just a wrapper around sqlite_exec(). |