diff options
author | Tianjie Xu <xunchang@google.com> | 2016-01-08 01:23:50 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-01-08 01:23:50 +0100 |
commit | 6f8b9b60dbf2d73e0ee6e757d565035f017e1ccd (patch) | |
tree | 3b90ddbb94fa46347570c8c41d414855cf8bfec9 /updater/install.h | |
parent | Merge "imgdiff: skip spurious gzip headers in image files" (diff) | |
parent | updater: Add a function to check first block (diff) | |
download | android_bootable_recovery-6f8b9b60dbf2d73e0ee6e757d565035f017e1ccd.tar android_bootable_recovery-6f8b9b60dbf2d73e0ee6e757d565035f017e1ccd.tar.gz android_bootable_recovery-6f8b9b60dbf2d73e0ee6e757d565035f017e1ccd.tar.bz2 android_bootable_recovery-6f8b9b60dbf2d73e0ee6e757d565035f017e1ccd.tar.lz android_bootable_recovery-6f8b9b60dbf2d73e0ee6e757d565035f017e1ccd.tar.xz android_bootable_recovery-6f8b9b60dbf2d73e0ee6e757d565035f017e1ccd.tar.zst android_bootable_recovery-6f8b9b60dbf2d73e0ee6e757d565035f017e1ccd.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 |