diff options
| author | 2012-03-22 16:07:07 +0100 | |
|---|---|---|
| committer | 2012-03-22 16:07:07 +0100 | |
| commit | 7457346a7ad7dddc0188cd1cd6fc5920aabfe39a (patch) | |
| tree | 4d9aa158fc2fb1e05d3349ca8a5ec22207a9a7e4 /src/userpref.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/userpref.h')
| -rw-r--r-- | src/userpref.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/userpref.h b/src/userpref.h index e5dcd1f..7ff91b3 100644 --- a/src/userpref.h +++ b/src/userpref.h | |||
| @@ -64,10 +64,10 @@ LIBIMOBILEDEVICE_INTERNAL userpref_error_t userpref_get_keys_and_certs(gnutls_x5 | |||
| 64 | #endif | 64 | #endif |
| 65 | LIBIMOBILEDEVICE_INTERNAL userpref_error_t userpref_set_keys_and_certs(key_data_t * root_key, key_data_t * root_cert, key_data_t * host_key, key_data_t * host_cert); | 65 | LIBIMOBILEDEVICE_INTERNAL userpref_error_t userpref_set_keys_and_certs(key_data_t * root_key, key_data_t * root_cert, key_data_t * host_key, key_data_t * host_cert); |
| 66 | LIBIMOBILEDEVICE_INTERNAL userpref_error_t userpref_get_certs_as_pem(key_data_t *pem_root_cert, key_data_t *pem_host_cert); | 66 | LIBIMOBILEDEVICE_INTERNAL userpref_error_t userpref_get_certs_as_pem(key_data_t *pem_root_cert, key_data_t *pem_host_cert); |
| 67 | LIBIMOBILEDEVICE_INTERNAL userpref_error_t userpref_set_device_public_key(const char *uuid, key_data_t public_key); | 67 | LIBIMOBILEDEVICE_INTERNAL userpref_error_t userpref_set_device_public_key(const char *udid, key_data_t public_key); |
| 68 | userpref_error_t userpref_remove_device_public_key(const char *uuid); | 68 | userpref_error_t userpref_remove_device_public_key(const char *udid); |
| 69 | LIBIMOBILEDEVICE_INTERNAL int userpref_has_device_public_key(const char *uuid); | 69 | LIBIMOBILEDEVICE_INTERNAL int userpref_has_device_public_key(const char *udid); |
| 70 | userpref_error_t userpref_get_paired_uuids(char ***list, unsigned int *count); | 70 | userpref_error_t userpref_get_paired_udids(char ***list, unsigned int *count); |
| 71 | void userpref_get_host_id(char **host_id); | 71 | void userpref_get_host_id(char **host_id); |
| 72 | 72 | ||
| 73 | #endif | 73 | #endif |
