diff options
author | Tianjie Xu <xunchang@google.com> | 2016-01-07 02:33:13 +0100 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2016-01-07 02:33:13 +0100 |
commit | c94a4f537195bf3fd1ecb4edf1889bca2701fdd7 (patch) | |
tree | bee356c1600f4f2b7260228616185672968343bb /updater/install.h | |
parent | Merge "imgdiff: skip spurious gzip headers in image files" am: 8e150a5b24 (diff) | |
parent | updater: Add a function to check first block (diff) | |
download | android_bootable_recovery-c94a4f537195bf3fd1ecb4edf1889bca2701fdd7.tar android_bootable_recovery-c94a4f537195bf3fd1ecb4edf1889bca2701fdd7.tar.gz android_bootable_recovery-c94a4f537195bf3fd1ecb4edf1889bca2701fdd7.tar.bz2 android_bootable_recovery-c94a4f537195bf3fd1ecb4edf1889bca2701fdd7.tar.lz android_bootable_recovery-c94a4f537195bf3fd1ecb4edf1889bca2701fdd7.tar.xz android_bootable_recovery-c94a4f537195bf3fd1ecb4edf1889bca2701fdd7.tar.zst android_bootable_recovery-c94a4f537195bf3fd1ecb4edf1889bca2701fdd7.zip |
Diffstat (limited to 'updater/install.h')
-rw-r--r-- | updater/install.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/updater/install.h b/updater/install.h index 659c8b41c..70e343404 100644 --- a/updater/install.h +++ b/updater/install.h @@ -19,6 +19,9 @@ void RegisterInstallFunctions(); +// uiPrintf function prints msg to screen as well as logs +void uiPrintf(State* state, const char* format, ...); + static int make_parents(char* name); #endif |