summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/common.h b/src/common.h
index 61dfbb1..4d6441a 100644
--- a/src/common.h
+++ b/src/common.h
@@ -99,14 +99,7 @@ struct idevicerestore_client_t {
void* progress_cb_data;
};
-static struct idevicerestore_mode_t idevicerestore_modes[] = {
- { 0, "WTF" },
- { 1, "DFU" },
- { 2, "Recovery" },
- { 3, "Restore" },
- { 4, "Normal" },
- { -1, NULL }
-};
+extern struct idevicerestore_mode_t idevicerestore_modes[];
extern int idevicerestore_debug;