summaryrefslogtreecommitdiffstats
path: root/updater/install.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2015-12-15 20:47:30 +0100
committerTianjie Xu <xunchang@google.com>2016-01-07 20:19:48 +0100
commit57bed6d8c9beace01b743580d6c878b0724d2f90 (patch)
tree3b90ddbb94fa46347570c8c41d414855cf8bfec9 /updater/install.h
parentMerge "imgdiff: skip spurious gzip headers in image files" (diff)
downloadandroid_bootable_recovery-57bed6d8c9beace01b743580d6c878b0724d2f90.tar
android_bootable_recovery-57bed6d8c9beace01b743580d6c878b0724d2f90.tar.gz
android_bootable_recovery-57bed6d8c9beace01b743580d6c878b0724d2f90.tar.bz2
android_bootable_recovery-57bed6d8c9beace01b743580d6c878b0724d2f90.tar.lz
android_bootable_recovery-57bed6d8c9beace01b743580d6c878b0724d2f90.tar.xz
android_bootable_recovery-57bed6d8c9beace01b743580d6c878b0724d2f90.tar.zst
android_bootable_recovery-57bed6d8c9beace01b743580d6c878b0724d2f90.zip
Diffstat (limited to '')
-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