summaryrefslogtreecommitdiffstats
path: root/adb_install.h
diff options
context:
space:
mode:
Diffstat (limited to 'adb_install.h')
-rw-r--r--adb_install.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/adb_install.h b/adb_install.h
index efad436fa..e9e88f755 100644
--- a/adb_install.h
+++ b/adb_install.h
@@ -17,8 +17,10 @@
#ifndef _ADB_INSTALL_H
#define _ADB_INSTALL_H
-class RecoveryUI;
+//class RecoveryUI;
-int apply_from_adb(RecoveryUI* h, bool* wipe_cache, const char* install_file);
+static void set_usb_driver(bool enabled);
+static void maybe_restart_adbd();
+int apply_from_adb(const char* install_file, pid_t* child_pid);
#endif