summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index 6e1441a..1949a8c 100644
--- a/src/common.h
+++ b/src/common.h
@@ -134,7 +134,8 @@ struct idevicerestore_client_t {
uint64_t ecid;
unsigned char* nonce;
int nonce_size;
- const char* uuid;
+ char* uuid;
+ char* srnm;
const char* ipsw;
const char* filesystem;
struct dfu_client_t* dfu;