summaryrefslogtreecommitdiffstats
path: root/bootloader.h
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@yahoo.com>2013-04-08 00:50:11 +0200
committerDees_Troy <dees_troy@yahoo.com>2013-04-08 00:53:34 +0200
commita449a6f504ca0cd6f900327af4f91b016a352cd0 (patch)
tree9cfc592467d87d84e4c0cce9967fa8ab75357c16 /bootloader.h
parentTweak libs (diff)
downloadandroid_bootable_recovery-a449a6f504ca0cd6f900327af4f91b016a352cd0.tar
android_bootable_recovery-a449a6f504ca0cd6f900327af4f91b016a352cd0.tar.gz
android_bootable_recovery-a449a6f504ca0cd6f900327af4f91b016a352cd0.tar.bz2
android_bootable_recovery-a449a6f504ca0cd6f900327af4f91b016a352cd0.tar.lz
android_bootable_recovery-a449a6f504ca0cd6f900327af4f91b016a352cd0.tar.xz
android_bootable_recovery-a449a6f504ca0cd6f900327af4f91b016a352cd0.tar.zst
android_bootable_recovery-a449a6f504ca0cd6f900327af4f91b016a352cd0.zip
Diffstat (limited to '')
-rw-r--r--bootloader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootloader.h b/bootloader.h
index 38bb19e9b..ead1d0b52 100644
--- a/bootloader.h
+++ b/bootloader.h
@@ -54,6 +54,8 @@ int set_bootloader_message(const struct bootloader_message *in);
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