From 0f7af902dc07f3487f0d540923f0956fbcd30ebd Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sun, 29 Jul 2012 05:56:00 +0200 Subject: move main() code after option parsing to separate function --- src/common.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/common.h') 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 -- cgit v1.1-32-gdbae