blob: 8071cc40b17d875b13318df0cae527d40412ab74 [file] [log] [blame]
/* 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_BSPATCH_H_
#define _BSDIFF_BSPATCH_H_
#ifdef __cplusplus
extern "C" {
#endif
int bspatch(
const char* old_filename, const char* new_filename,
const char* patch_filename,
const char* old_extents, const char* new_extents);
#ifdef __cplusplus
}
#endif
#endif /* _BSDIFF_BSPATCH_H_ */