commit | a449a6f504ca0cd6f900327af4f91b016a352cd0 | [log] [tgz] |
---|---|---|
author | Dees_Troy <dees_troy@yahoo.com> | Sun Apr 07 17:50:11 2013 -0500 |
committer | Dees_Troy <dees_troy@yahoo.com> | Sun Apr 07 17:53:34 2013 -0500 |
tree | 9cfc592467d87d84e4c0cce9967fa8ab75357c16 | |
parent | 66fc8b5887430b6779fe602aa4de46663f981c9e [diff] [blame] |
Fix handling of AOSP recovery commands
diff --git a/bootloader.h b/bootloader.h index 38bb19e..ead1d0b 100644 --- a/bootloader.h +++ b/bootloader.h
@@ -54,6 +54,8 @@ int set_bootloader_message_mtd_name(const struct bootloader_message *in, const char* mtd_name); int set_bootloader_message_block_name(const struct bootloader_message *in, const char* block_name); +void get_args(int *argc, char ***argv); + #ifdef __cplusplus } #endif