运维新增增量更新 完善增量更新时 计算差分代码

lowmem
liuguijing 2 months ago
parent 0d8bb73f17
commit 2dd6cb8f31

@ -41,5 +41,4 @@ struct bsdiff_stream
};
int bsdiff(const uint8_t* old, int64_t oldsize, const uint8_t* new, int64_t newsize, struct bsdiff_stream* stream);
//int bsdiff_main(int argc, char** argv);
#endif

@ -37,6 +37,5 @@ struct bspatch_stream
};
int bspatch(const uint8_t* old, int64_t oldsize, uint8_t* new, int64_t newsize, struct bspatch_stream* stream);
//int bspatch_main(int argc, char** argv);
#endif

Loading…
Cancel
Save