mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fix function declaration.
This commit is contained in:
parent
7bc8bdec79
commit
a073ba979f
1 changed files with 1 additions and 1 deletions
|
@ -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().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue