This commit is contained in:
Hongze Cheng 2022-03-11 03:34:49 +00:00
parent 69352daf97
commit f16c1eeae1
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ static int tdbPageAllocate(SPage *pPage, int size, SCell **ppCell) {
return 0;
}
static int tdbPageFree(SPage *pPage, int idx, SCell *pCell) {
static int tdbPageFree(SPage *pPage, int idx, SCell *pCell, int size) {
// TODO
return 0;
}