summaryrefslogtreecommitdiffstats
path: root/applypatch/applypatch_modes.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-07-21 06:17:37 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-07-21 06:17:37 +0200
commitf9289591f5665d4f6d9fec07ca91c8fc8641c07c (patch)
tree6cbd663fd2d46a879605ecb97191816f0df09dd6 /applypatch/applypatch_modes.h
parentMerge "Updates Wear UI to Display Localized Recovery Text." am: 6bc9d605f3 am: 393a97ff8b (diff)
parentMerge "applypatch: Change applypatch command-line arguments." am: 860b457a15 (diff)
downloadandroid_bootable_recovery-f9289591f5665d4f6d9fec07ca91c8fc8641c07c.tar
android_bootable_recovery-f9289591f5665d4f6d9fec07ca91c8fc8641c07c.tar.gz
android_bootable_recovery-f9289591f5665d4f6d9fec07ca91c8fc8641c07c.tar.bz2
android_bootable_recovery-f9289591f5665d4f6d9fec07ca91c8fc8641c07c.tar.lz
android_bootable_recovery-f9289591f5665d4f6d9fec07ca91c8fc8641c07c.tar.xz
android_bootable_recovery-f9289591f5665d4f6d9fec07ca91c8fc8641c07c.tar.zst
android_bootable_recovery-f9289591f5665d4f6d9fec07ca91c8fc8641c07c.zip
Diffstat (limited to 'applypatch/applypatch_modes.h')
-rw-r--r--applypatch/applypatch_modes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applypatch/applypatch_modes.h b/applypatch/applypatch_modes.h
index 3d9d08df5..aa60a431f 100644
--- a/applypatch/applypatch_modes.h
+++ b/applypatch/applypatch_modes.h
@@ -17,6 +17,6 @@
#ifndef _APPLYPATCH_MODES_H
#define _APPLYPATCH_MODES_H
-int applypatch_modes(int argc, const char** argv);
+int applypatch_modes(int argc, char* argv[]);
#endif // _APPLYPATCH_MODES_H