diff options
author | Nikias Bassen | 2012-07-16 15:51:11 +0200 |
---|---|---|
committer | Nikias Bassen | 2012-07-16 15:51:11 +0200 |
commit | ca392863d770e522285615af4e1a9c1cd38fef33 (patch) | |
tree | 6b6358a627dcc3b3dd9d6a76e898e88bf0a91276 /src/common.h | |
parent | b94dcbde31247d72a1acd794678876ea0b778ad1 (diff) | |
download | idevicerestore-ca392863d770e522285615af4e1a9c1cd38fef33.tar.gz idevicerestore-ca392863d770e522285615af4e1a9c1cd38fef33.tar.bz2 |
mass replace uuid->udid and raise libimobiledevice requirement to >= 1.1.4
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index c30f98f..748acbf 100644 --- a/src/common.h +++ b/src/common.h @@ -77,7 +77,7 @@ struct idevicerestore_client_t { uint64_t ecid; unsigned char* nonce; int nonce_size; - char* uuid; + char* udid; char* srnm; const char* ipsw; const char* filesystem; |