android_mt6572_jiabo/external/bsdiff/bsdiff.h
2025-09-05 16:56:03 +08:00

16 lines
410 B
C++

// Copyright 2015 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef _BSDIFF_BSDIFF_H_
#define _BSDIFF_BSDIFF_H_
namespace bsdiff {
int bsdiff(const char* old_filename,
const char* new_filename,
const char* patch_filename);
} // namespace bsdiff
#endif // _BSDIFF_BSDIFF_H_