summaryrefslogtreecommitdiffstats
path: root/applypatch/applypatch.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2012-02-28 20:07:09 +0100
committerDoug Zongker <dougz@android.com>2012-02-28 20:07:09 +0100
commit1c43c9741bc4d9f62f2e3262cea1309890d1bbd2 (patch)
tree7219a8862de38373611ea429c54b6818e92f90ee /applypatch/applypatch.h
parentam 62947db5: am 37d0f260: Reconcile with ics-mr1-release (diff)
downloadandroid_bootable_recovery-1c43c9741bc4d9f62f2e3262cea1309890d1bbd2.tar
android_bootable_recovery-1c43c9741bc4d9f62f2e3262cea1309890d1bbd2.tar.gz
android_bootable_recovery-1c43c9741bc4d9f62f2e3262cea1309890d1bbd2.tar.bz2
android_bootable_recovery-1c43c9741bc4d9f62f2e3262cea1309890d1bbd2.tar.lz
android_bootable_recovery-1c43c9741bc4d9f62f2e3262cea1309890d1bbd2.tar.xz
android_bootable_recovery-1c43c9741bc4d9f62f2e3262cea1309890d1bbd2.tar.zst
android_bootable_recovery-1c43c9741bc4d9f62f2e3262cea1309890d1bbd2.zip
Diffstat (limited to '')
-rw-r--r--applypatch/applypatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applypatch/applypatch.h b/applypatch/applypatch.h
index a78c89bfe..e8ac3cc6d 100644
--- a/applypatch/applypatch.h
+++ b/applypatch/applypatch.h
@@ -62,7 +62,7 @@ int applypatch_check(const char* filename,
int LoadFileContents(const char* filename, FileContents* file,
int retouch_flag);
-int SaveFileContents(const char* filename, FileContents file);
+int SaveFileContents(const char* filename, const FileContents* file);
void FreeFileContents(FileContents* file);
int FindMatchingPatch(uint8_t* sha1, char** const patch_sha1_str,
int num_patches);