提交 3ac540f2 编写于 作者: H Hongze Cheng

fix compile erro

上级 bc00eb0e
......@@ -15,6 +15,8 @@
#include "tdbInt.h"
static int tdbPageAllocate(SPage *pPage, int size, SCell **ppCell);
int tdbPageCreate(int pageSize, SPage **ppPage, void *(*xMalloc)(void *, size_t), void *arg) {
SPage *pPage;
u8 *ptr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册