summaryrefslogtreecommitdiffstats
path: root/adb_install.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--install/include/install/adb_install.h (renamed from adb_install.h)7
1 files changed, 3 insertions, 4 deletions
diff --git a/adb_install.h b/install/include/install/adb_install.h
index cc3ca267b..dbc824501 100644
--- a/adb_install.h
+++ b/install/include/install/adb_install.h
@@ -14,9 +14,8 @@
* limitations under the License.
*/
-#ifndef _ADB_INSTALL_H
-#define _ADB_INSTALL_H
+#pragma once
-int apply_from_adb(bool* wipe_cache);
+#include <recovery_ui/ui.h>
-#endif
+int apply_from_adb(bool* wipe_cache, RecoveryUI* ui);