summaryrefslogtreecommitdiffstats
path: root/updater/install.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-01-08 01:28:42 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-01-08 01:28:42 +0100
commita3c89623e765a7d91d781cbd83dd8e50c6c865c9 (patch)
tree3b90ddbb94fa46347570c8c41d414855cf8bfec9 /updater/install.h
parentMerge "imgdiff: skip spurious gzip headers in image files" (diff)
parentMerge "updater: Add a function to check first block" (diff)
downloadandroid_bootable_recovery-a3c89623e765a7d91d781cbd83dd8e50c6c865c9.tar
android_bootable_recovery-a3c89623e765a7d91d781cbd83dd8e50c6c865c9.tar.gz
android_bootable_recovery-a3c89623e765a7d91d781cbd83dd8e50c6c865c9.tar.bz2
android_bootable_recovery-a3c89623e765a7d91d781cbd83dd8e50c6c865c9.tar.lz
android_bootable_recovery-a3c89623e765a7d91d781cbd83dd8e50c6c865c9.tar.xz
android_bootable_recovery-a3c89623e765a7d91d781cbd83dd8e50c6c865c9.tar.zst
android_bootable_recovery-a3c89623e765a7d91d781cbd83dd8e50c6c865c9.zip
Diffstat (limited to 'updater/install.h')
-rw-r--r--updater/install.h3
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