diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/android_image.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/android_image.h b/include/android_image.h index 094d60a..07dfd94 100644 --- a/include/android_image.h +++ b/include/android_image.h @@ -66,4 +66,7 @@ struct andr_img_hdr { * 6. if second_size != 0: jump to second_addr * else: jump to kernel_addr */ + +void del_sub_str(const char *str, const char *sub_str, char *cmdline); + #endif |