diff options
| author | 2012-03-22 16:07:07 +0100 | |
|---|---|---|
| committer | 2012-03-22 16:07:07 +0100 | |
| commit | 7457346a7ad7dddc0188cd1cd6fc5920aabfe39a (patch) | |
| tree | 4d9aa158fc2fb1e05d3349ca8a5ec22207a9a7e4 /include/libimobiledevice/lockdown.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 'include/libimobiledevice/lockdown.h')
| -rw-r--r-- | include/libimobiledevice/lockdown.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libimobiledevice/lockdown.h b/include/libimobiledevice/lockdown.h index 97df6b0..4e7a4e8 100644 --- a/include/libimobiledevice/lockdown.h +++ b/include/libimobiledevice/lockdown.h | |||
| @@ -94,7 +94,7 @@ lockdownd_error_t lockdownd_goodbye(lockdownd_client_t client); | |||
| 94 | 94 | ||
| 95 | /* Helper */ | 95 | /* Helper */ |
| 96 | void lockdownd_client_set_label(lockdownd_client_t client, const char *label); | 96 | void lockdownd_client_set_label(lockdownd_client_t client, const char *label); |
| 97 | lockdownd_error_t lockdownd_get_device_uuid(lockdownd_client_t control, char **uuid); | 97 | lockdownd_error_t lockdownd_get_device_udid(lockdownd_client_t control, char **udid); |
| 98 | lockdownd_error_t lockdownd_get_device_name(lockdownd_client_t client, char **device_name); | 98 | lockdownd_error_t lockdownd_get_device_name(lockdownd_client_t client, char **device_name); |
| 99 | lockdownd_error_t lockdownd_get_sync_data_classes(lockdownd_client_t client, char ***classes, int *count); | 99 | lockdownd_error_t lockdownd_get_sync_data_classes(lockdownd_client_t client, char ***classes, int *count); |
| 100 | lockdownd_error_t lockdownd_data_classes_free(char **classes); | 100 | lockdownd_error_t lockdownd_data_classes_free(char **classes); |
