commit | 5bf439221d081eb1853c8958405b76eca190129e | [log] [tgz] |
---|---|---|
author | Dees_Troy <dees_troy@teamw.in> | Fri Sep 07 16:07:55 2012 -0400 |
committer | Dees_Troy <dees_troy@teamw.in> | Fri Sep 07 16:10:00 2012 -0400 |
tree | 7bf908afc56cb72163e771efd06ca7278b1604de | |
parent | 7d15c25b3aee38a84987513daf79055bd511d9d0 [diff] [blame] |
Add processing of fstab, mounting, and decrypt
diff --git a/extra-functions.h b/extra-functions.h index 83a4318..6d2a085 100644 --- a/extra-functions.h +++ b/extra-functions.h
@@ -6,7 +6,7 @@ int __pclose(FILE *iop); // Device ID variable / function -char device_id[64]; +extern char device_id[64]; void get_device_id(); static char* copy_sideloaded_package(const char* original_path); int install_zip_package(const char* zip_path_filename);