diff options
Diffstat (limited to 'src/btree.h')
-rw-r--r-- | src/btree.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/btree.h b/src/btree.h index 584b46338..c989307aa 100644 --- a/src/btree.h +++ b/src/btree.h @@ -201,6 +201,10 @@ int sqlite3BtreeCursorInfo(BtCursor*, int*, int); void sqlite3BtreeCursorList(Btree*); #endif +#ifndef SQLITE_OMIT_WAL + int sqlite3BtreeCheckpoint(Btree*); +#endif + /* ** If we are not using shared cache, then there is no need to ** use mutexes to access the BtShared structures. So make the |