diff --git a/source/libs/tdb/src/db/tdbPage.c b/source/libs/tdb/src/db/tdbPage.c index d45c450c9cf59819d58d852b57328ff3071a4e2d..e0024f7472ef5fcfda7a6c64eb29fb26a2d954ca 100644 --- a/source/libs/tdb/src/db/tdbPage.c +++ b/source/libs/tdb/src/db/tdbPage.c @@ -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; } \ No newline at end of file