diff options
Diffstat (limited to 'common/userpref.h')
| -rw-r--r-- | common/userpref.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/userpref.h b/common/userpref.h index da9d454..07fed8d 100644 --- a/common/userpref.h +++ b/common/userpref.h | |||
| @@ -84,6 +84,7 @@ LIBIMOBILEDEVICE_INTERNAL int userpref_has_device_record(const char *udid); | |||
| 84 | userpref_error_t userpref_get_paired_udids(char ***list, unsigned int *count); | 84 | userpref_error_t userpref_get_paired_udids(char ***list, unsigned int *count); |
| 85 | void userpref_device_record_get_host_id(const char *udid, char **host_id); | 85 | void userpref_device_record_get_host_id(const char *udid, char **host_id); |
| 86 | void userpref_get_system_buid(char **system_buid); | 86 | void userpref_get_system_buid(char **system_buid); |
| 87 | const char *userpref_get_config_dir(); | ||
| 87 | 88 | ||
| 88 | userpref_error_t userpref_get_device_record(const char *udid, plist_t *device_record); | 89 | userpref_error_t userpref_get_device_record(const char *udid, plist_t *device_record); |
| 89 | int userpref_get_value(const char *key, plist_t *value); | 90 | int userpref_get_value(const char *key, plist_t *value); |
