summaryrefslogtreecommitdiffstats
path: root/adb_install.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--adb_install.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/adb_install.h b/adb_install.h
index e654c893d..121ae3cd2 100644
--- a/adb_install.h
+++ b/adb_install.h
@@ -17,6 +17,12 @@
#ifndef _ADB_INSTALL_H
#define _ADB_INSTALL_H
-int apply_from_adb(bool* wipe_cache, const char* install_file);
+#include <sys/types.h>
+
+//class RecoveryUI;
+
+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