diff options
Diffstat (limited to 'extra-functions.h')
-rw-r--r-- | extra-functions.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra-functions.h b/extra-functions.h index 2cbd477ee..83a4318d7 100644 --- a/extra-functions.h +++ b/extra-functions.h @@ -32,5 +32,6 @@ void htc_dumlock_reflash_recovery_to_boot(void); void check_and_run_script(const char* script_file, const char* display_name); int check_backup_name(int show_error); +void twfinish_recovery(const char *send_intent); -#endif // _EXTRAFUNCTIONS_HEADER
\ No newline at end of file +#endif // _EXTRAFUNCTIONS_HEADER |