diff options
| author | 2012-03-22 16:07:07 +0100 | |
|---|---|---|
| committer | 2012-03-22 16:07:07 +0100 | |
| commit | 7457346a7ad7dddc0188cd1cd6fc5920aabfe39a (patch) | |
| tree | 4d9aa158fc2fb1e05d3349ca8a5ec22207a9a7e4 /src/idevice.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/idevice.h')
| -rw-r--r-- | src/idevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idevice.h b/src/idevice.h index 65fdae0..130d11e 100644 --- a/src/idevice.h +++ b/src/idevice.h | |||
| @@ -63,7 +63,7 @@ struct idevice_connection_private { | |||
| 63 | }; | 63 | }; |
| 64 | 64 | ||
| 65 | struct idevice_private { | 65 | struct idevice_private { |
| 66 | char *uuid; | 66 | char *udid; |
| 67 | enum connection_type conn_type; | 67 | enum connection_type conn_type; |
| 68 | void *conn_data; | 68 | void *conn_data; |
| 69 | }; | 69 | }; |
