@ -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);