diff options
author | Dees_Troy <dees_troy@teamw.in> | 2012-09-18 21:40:25 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2012-09-18 21:44:39 +0200 |
commit | 8170a921453945caffb31c06d563010e8a182b3d (patch) | |
tree | 570e5aebccc70b1c4ba2ae29b9e3dd16dd44e16d /extra-functions.h | |
parent | Improve backup and restore (diff) | |
download | android_bootable_recovery-8170a921453945caffb31c06d563010e8a182b3d.tar android_bootable_recovery-8170a921453945caffb31c06d563010e8a182b3d.tar.gz android_bootable_recovery-8170a921453945caffb31c06d563010e8a182b3d.tar.bz2 android_bootable_recovery-8170a921453945caffb31c06d563010e8a182b3d.tar.lz android_bootable_recovery-8170a921453945caffb31c06d563010e8a182b3d.tar.xz android_bootable_recovery-8170a921453945caffb31c06d563010e8a182b3d.tar.zst android_bootable_recovery-8170a921453945caffb31c06d563010e8a182b3d.zip |
Diffstat (limited to '')
-rw-r--r-- | extra-functions.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/extra-functions.h b/extra-functions.h index 664ca3348..f355cdc45 100644 --- a/extra-functions.h +++ b/extra-functions.h @@ -4,14 +4,8 @@ #include "mincrypt/rsa.h" #include "minzip/Zip.h" -int __system(const char *command); -FILE * __popen(const char *program, const char *type); -int __pclose(FILE *iop); - static long tmplog_offset = 0; -void update_tz_environment_variables(); - void run_script(const char *str1, const char *str2, const char *str3, const char *str4, const char *str5, const char *str6, const char *str7, int request_confirm); void check_and_run_script(const char* script_file, const char* display_name); |