From 5bf439221d081eb1853c8958405b76eca190129e Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Fri, 7 Sep 2012 16:07:55 -0400 Subject: Add processing of fstab, mounting, and decrypt --- extra-functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra-functions.h') diff --git a/extra-functions.h b/extra-functions.h index 83a4318d7..6d2a085fc 100644 --- a/extra-functions.h +++ b/extra-functions.h @@ -6,7 +6,7 @@ FILE * __popen(const char *program, const char *type); 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); -- cgit v1.2.3