commit | 3fa9730273ec2979e46fb6c0c67a62181435db01 | [log] [tgz] |
---|---|---|
author | drh <drh@noemail.net> | Wed Feb 22 16:58:36 2012 +0000 |
committer | drh <drh@noemail.net> | Wed Feb 22 16:58:36 2012 +0000 |
tree | c69cdd526f88675151042b4cbbb7cc32edcf23dd | |
parent | 06fd5d63a4c562ac8a8bdf6119182f4d315e3248 [diff] [blame] |
Change the SQLITE_FCNTL_PRAGMA file-control so that it can return a string value. FossilOrigin-Name: fd8d7440277b17f57a6dc0a210f42adf1fa2dcd2
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index 8165d05..cfe8fd6 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h
@@ -2553,7 +2553,7 @@ /* ** Internal function prototypes */ -int sqlite3StrICmp(const char *, const char *); +#define sqlite3StrICmp sqlite3_stricmp int sqlite3Strlen30(const char*); #define sqlite3StrNICmp sqlite3_strnicmp