diff options
Diffstat (limited to 'src/btree.h')
-rw-r--r-- | src/btree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/btree.h b/src/btree.h index 7f31c6020..c9b9d8017 100644 --- a/src/btree.h +++ b/src/btree.h @@ -368,6 +368,8 @@ void sqlite3BtreeCursorList(Btree*); int sqlite3BtreeTransferRow(BtCursor*, BtCursor*, i64); +void sqlite3BtreeClearCache(Btree*); + /* ** If we are not using shared cache, then there is no need to ** use mutexes to access the BtShared structures. So make the |