summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2015-01-03 23:13:06 +0100
committerEthan Yonker <dees_troy@teamw.in>2015-01-05 02:41:10 +0100
commit24e7eb73cea323c959c93cbe3130774a97b3c501 (patch)
treef99f661ae3f22103cde697605334f860a6ba89ce /gui/objects.hpp
parentfix adb sideload (diff)
downloadandroid_bootable_recovery-24e7eb73cea323c959c93cbe3130774a97b3c501.tar
android_bootable_recovery-24e7eb73cea323c959c93cbe3130774a97b3c501.tar.gz
android_bootable_recovery-24e7eb73cea323c959c93cbe3130774a97b3c501.tar.bz2
android_bootable_recovery-24e7eb73cea323c959c93cbe3130774a97b3c501.tar.lz
android_bootable_recovery-24e7eb73cea323c959c93cbe3130774a97b3c501.tar.xz
android_bootable_recovery-24e7eb73cea323c959c93cbe3130774a97b3c501.tar.zst
android_bootable_recovery-24e7eb73cea323c959c93cbe3130774a97b3c501.zip
Diffstat (limited to '')
-rw-r--r--gui/objects.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp
index bf07c86bc..124c9264d 100644
--- a/gui/objects.hpp
+++ b/gui/objects.hpp
@@ -288,6 +288,7 @@ protected:
void operation_end(const int operation_status);
static void* command_thread(void *cookie);
static void* sideload_thread_fn(void *cookie);
+ static void* openrecoveryscript_thread_fn(void *cookie);
time_t Start;
// map action name to function pointer