summaryrefslogtreecommitdiffstats
path: root/extra-functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'extra-functions.h')
-rw-r--r--extra-functions.h2
1 files changed, 1 insertions, 1 deletions
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);