summaryrefslogtreecommitdiffstats
path: root/updater/include/updater/install.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-05-09 19:51:05 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-05-09 19:51:05 +0200
commit93667742fe9221d98651c8d41eb8898ff64a9051 (patch)
treee656ff91c034d5ddd17345c899739a48b54592ac /updater/include/updater/install.h
parentMerge "Track libziparchive API change." (diff)
parentMerge "Add Updater class and remove UpdaterInfo" (diff)
downloadandroid_bootable_recovery-93667742fe9221d98651c8d41eb8898ff64a9051.tar
android_bootable_recovery-93667742fe9221d98651c8d41eb8898ff64a9051.tar.gz
android_bootable_recovery-93667742fe9221d98651c8d41eb8898ff64a9051.tar.bz2
android_bootable_recovery-93667742fe9221d98651c8d41eb8898ff64a9051.tar.lz
android_bootable_recovery-93667742fe9221d98651c8d41eb8898ff64a9051.tar.xz
android_bootable_recovery-93667742fe9221d98651c8d41eb8898ff64a9051.tar.zst
android_bootable_recovery-93667742fe9221d98651c8d41eb8898ff64a9051.zip
Diffstat (limited to 'updater/include/updater/install.h')
-rw-r--r--updater/include/updater/install.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/updater/include/updater/install.h b/updater/include/updater/install.h
index 8d6ca4728..9fe203149 100644
--- a/updater/include/updater/install.h
+++ b/updater/include/updater/install.h
@@ -14,15 +14,6 @@
* limitations under the License.
*/
-#ifndef _UPDATER_INSTALL_H_
-#define _UPDATER_INSTALL_H_
-
-struct State;
+#pragma once
void RegisterInstallFunctions();
-
-// uiPrintf function prints msg to screen as well as logs
-void uiPrintf(State* _Nonnull state, const char* _Nonnull format, ...)
- __attribute__((__format__(printf, 2, 3)));
-
-#endif