diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2015-01-03 23:13:06 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2015-01-05 02:41:10 +0100 |
commit | 24e7eb73cea323c959c93cbe3130774a97b3c501 (patch) | |
tree | f99f661ae3f22103cde697605334f860a6ba89ce /gui/objects.hpp | |
parent | fix adb sideload (diff) | |
download | android_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 'gui/objects.hpp')
-rw-r--r-- | gui/objects.hpp | 1 |
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 |