summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common.h b/src/common.h
index 3f7d20e..d6be6bb 100644
--- a/src/common.h
+++ b/src/common.h
@@ -80,7 +80,7 @@ struct idevicerestore_client_t {
int nonce_size;
char* udid;
char* srnm;
- const char* ipsw;
+ char* ipsw;
const char* filesystem;
struct dfu_client_t* dfu;
struct normal_client_t* normal;
@@ -127,8 +127,6 @@ char *generate_guid();
int mkdir_with_parents(const char *dir, int mode);
-extern struct idevicerestore_client_t* idevicerestore;
-
#ifdef __cplusplus
}
#endif