1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-17 22:06:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

iOS bspatch update

This commit is contained in:
lvbingru
2016-04-05 15:25:45 +08:00
parent 67ed31fe98
commit 786447225b
16 changed files with 181 additions and 5389 deletions

View File

@@ -37,5 +37,6 @@ struct bspatch_stream
};
int bspatch(const uint8_t* old, int64_t oldsize, uint8_t* newBuf, int64_t newsize, struct bspatch_stream* stream);
int beginPatch(const char* oldfile, const char* newfile, const char* patchfile);
#endif