Added missing declaration of forcePageFile()
This commit is contained in:
parent
b44551b941
commit
ef43a8d54f
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ void pageRead(Page * ret);
|
||||||
*/
|
*/
|
||||||
long pageCount();
|
long pageCount();
|
||||||
|
|
||||||
|
void forcePageFile();
|
||||||
|
|
||||||
void openPageFile();
|
void openPageFile();
|
||||||
void closePageFile();
|
void closePageFile();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue