summaryrefslogtreecommitdiff
path: root/ext/sqlite/libsqlite/src/sqliteInt.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-12-20 15:26:45 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-12-20 15:26:45 +0000
commitd508cfee49746c1e2ef89ee72eaf4890661712ac (patch)
tree4be59106c1796789d25995d5c69515e3e7552b62 /ext/sqlite/libsqlite/src/sqliteInt.h
parentcf2e00bb39fc3156b494897a22363aec202fdd01 (diff)
downloadphp-git-d508cfee49746c1e2ef89ee72eaf4890661712ac.tar.gz
MFB51:
Updated libsqlite in ext/sqlite to 2.8.17. Use in-memory database for tests.
Diffstat (limited to 'ext/sqlite/libsqlite/src/sqliteInt.h')
-rw-r--r--ext/sqlite/libsqlite/src/sqliteInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite/libsqlite/src/sqliteInt.h b/ext/sqlite/libsqlite/src/sqliteInt.h
index 02236c2dc9..e7b4a84e99 100644
--- a/ext/sqlite/libsqlite/src/sqliteInt.h
+++ b/ext/sqlite/libsqlite/src/sqliteInt.h
@@ -1120,7 +1120,7 @@ void sqliteRealToSortable(double r, char *);
#endif
char *sqliteMPrintf(const char*, ...);
char *sqliteVMPrintf(const char*, va_list);
-void sqliteSetString(char **, const char *, ...);
+void sqliteSetString(char **, ...);
void sqliteSetNString(char **, ...);
void sqliteErrorMsg(Parse*, const char*, ...);
void sqliteDequote(char*);