From 2dd6cb8f312129a0a96c4c8fd1437b113e5abaf0 Mon Sep 17 00:00:00 2001 From: liuguijing <1440265357@qq.com> Date: Tue, 29 Apr 2025 22:50:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E7=BB=B4=E6=96=B0=E5=A2=9E=E5=A2=9E?= =?UTF-8?q?=E9=87=8F=E6=9B=B4=E6=96=B0=20=E5=AE=8C=E5=96=84=E5=A2=9E?= =?UTF-8?q?=E9=87=8F=E6=9B=B4=E6=96=B0=E6=97=B6=20=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=E5=B7=AE=E5=88=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mpmaster/src/main/cpp/bspatch/bsdiff.h | 1 - mpmaster/src/main/cpp/bspatch/bspatch.h | 1 - 2 files changed, 2 deletions(-) diff --git a/mpmaster/src/main/cpp/bspatch/bsdiff.h b/mpmaster/src/main/cpp/bspatch/bsdiff.h index 3442fa12..e30c2bff 100644 --- a/mpmaster/src/main/cpp/bspatch/bsdiff.h +++ b/mpmaster/src/main/cpp/bspatch/bsdiff.h @@ -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 diff --git a/mpmaster/src/main/cpp/bspatch/bspatch.h b/mpmaster/src/main/cpp/bspatch/bspatch.h index e8ec3b3e..e145111d 100644 --- a/mpmaster/src/main/cpp/bspatch/bspatch.h +++ b/mpmaster/src/main/cpp/bspatch/bspatch.h @@ -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