summaryrefslogtreecommitdiffstats
path: root/adb_install.h
diff options
context:
space:
mode:
Diffstat (limited to 'adb_install.h')
-rw-r--r--adb_install.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/adb_install.h b/adb_install.h
index 121ae3cd2..97dc83d81 100644
--- a/adb_install.h
+++ b/adb_install.h
@@ -21,8 +21,8 @@
//class RecoveryUI;
-static void set_usb_driver(bool enabled);
-static void maybe_restart_adbd();
+//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