diff options
| author | 2012-03-22 16:07:07 +0100 | |
|---|---|---|
| committer | 2012-03-22 16:07:07 +0100 | |
| commit | 7457346a7ad7dddc0188cd1cd6fc5920aabfe39a (patch) | |
| tree | 4d9aa158fc2fb1e05d3349ca8a5ec22207a9a7e4 /src/restore.h | |
| parent | 0331050438d1bd5824237d13240a766a9b503b55 (diff) | |
| download | libimobiledevice-7457346a7ad7dddc0188cd1cd6fc5920aabfe39a.tar.gz libimobiledevice-7457346a7ad7dddc0188cd1cd6fc5920aabfe39a.tar.bz2 | |
Mass replace UUID by UDID, which is the correct term for it
Diffstat (limited to 'src/restore.h')
| -rw-r--r-- | src/restore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restore.h b/src/restore.h index d790d01..cf9307c 100644 --- a/src/restore.h +++ b/src/restore.h | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | 29 | ||
| 30 | struct restored_client_private { | 30 | struct restored_client_private { |
| 31 | property_list_service_client_t parent; | 31 | property_list_service_client_t parent; |
| 32 | char *uuid; | 32 | char *udid; |
| 33 | char *label; | 33 | char *label; |
| 34 | plist_t info; | 34 | plist_t info; |
| 35 | }; | 35 | }; |
