1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 08:42:29 +01:00

Fix build

This commit is contained in:
Zeev Suraski
2005-05-09 16:01:12 +00:00
parent 9ae244bca8
commit e7c2bb9077

View File

@@ -167,6 +167,7 @@ int sqlite_exec(
#define SQLITE_AUTH 23 /* Authorization denied */
#define SQLITE_FORMAT 24 /* Auxiliary database format error */
#define SQLITE_RANGE 25 /* 2nd parameter to sqlite_bind out of range */
#define SQLITE_NOTADB 26 /* File opened that is not a database file */
#define SQLITE_ROW 100 /* sqlite_step() has another row ready */
#define SQLITE_DONE 101 /* sqlite_step() has finished executing */