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>2015-12-18 22:35:35 +0100
commit30bf4765593e639966df9f460df22c3fe912e7bf (patch)
tree6cccdb8fea5b5555ba134328c361cad73002d782 /updater/install.h
parentMerge "updater: Use O_SYNC and fsync() for package_extract_file()." am: 4e72d1a81e (diff)
downloadandroid_bootable_recovery-30bf4765593e639966df9f460df22c3fe912e7bf.tar
android_bootable_recovery-30bf4765593e639966df9f460df22c3fe912e7bf.tar.gz
android_bootable_recovery-30bf4765593e639966df9f460df22c3fe912e7bf.tar.bz2
android_bootable_recovery-30bf4765593e639966df9f460df22c3fe912e7bf.tar.lz
android_bootable_recovery-30bf4765593e639966df9f460df22c3fe912e7bf.tar.xz
android_bootable_recovery-30bf4765593e639966df9f460df22c3fe912e7bf.tar.zst
android_bootable_recovery-30bf4765593e639966df9f460df22c3fe912e7bf.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