From e96e7dea1c2cd12ddb2679b7f91775c48aff4d11 Mon Sep 17 00:00:00 2001 From: BALATON Zoltan Date: Tue, 5 May 2015 01:10:35 +0200 Subject: Fix some warnings --- src/common.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/common.h') 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; -- cgit v1.1-32-gdbae