diff options
author | dan <dan@noemail.net> | 2015-05-11 18:46:42 +0000 |
---|---|---|
committer | dan <dan@noemail.net> | 2015-05-11 18:46:42 +0000 |
commit | 1c1cea8baec472eb39ae92d92e2b9b1321334f9c (patch) | |
tree | ec6e360f30971e2dcb08e73ebde9a8e1c94f1e4d /src/sqliteInt.h | |
parent | 828cdb3473fadfcd8b78251e747ab3b9df1eda4a (diff) | |
parent | d13b2319234ddb4857b7b793ec3b26b76251a6ca (diff) | |
download | sqlite-1c1cea8baec472eb39ae92d92e2b9b1321334f9c.tar.gz sqlite-1c1cea8baec472eb39ae92d92e2b9b1321334f9c.zip |
Merge latest trunk changes into this branch.
FossilOrigin-Name: 82e5a6e088c58815140ad36715ac11c96527cb25
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r-- | src/sqliteInt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index 7b9542a96..d809245a6 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h @@ -3867,4 +3867,8 @@ int sqlite3ThreadCreate(SQLiteThread**,void*(*)(void*),void*); int sqlite3ThreadJoin(SQLiteThread*, void**); #endif +#if defined(SQLITE_ENABLE_DBSTAT_VTAB) || defined(SQLITE_TEST) +int sqlite3DbstatRegister(sqlite3*); +#endif + #endif /* _SQLITEINT_H_ */ |