diff options
author | mistachkin <mistachkin@noemail.net> | 2013-04-28 01:44:43 +0000 |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2013-04-28 01:44:43 +0000 |
commit | f2c1c99f15ad1a14d38e0674c86d467363c99787 (patch) | |
tree | 6ef1c153c8b28177e17203da30d6be1936a677f5 /src/sqliteInt.h | |
parent | 015db9c85995e1661079afd11fb7c45a95ceee7e (diff) | |
download | sqlite-f2c1c99f15ad1a14d38e0674c86d467363c99787.tar.gz sqlite-f2c1c99f15ad1a14d38e0674c86d467363c99787.zip |
Initial work on reforming usage of OSTRACE by the Windows VFS.
FossilOrigin-Name: b347b5d1a01301f44e6fd20ee03a9529ffd25788
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index b041b3fb6..2007600d8 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -3092,6 +3092,7 @@ void sqlite3Error(sqlite3*, int, const char*,...); void *sqlite3HexToBlob(sqlite3*, const char *z, int n); u8 sqlite3HexToInt(int h); int sqlite3TwoPartName(Parse *, Token *, Token *, Token **); +const char *sqlite3ErrName(int); const char *sqlite3ErrStr(int); int sqlite3ReadSchema(Parse *pParse); CollSeq *sqlite3FindCollSeq(sqlite3*,u8 enc, const char*,int); |