diff options
author | Bryan Forbes | 2010-05-13 22:12:31 +0200 |
---|---|---|
committer | Martin Szulecki | 2010-05-13 22:12:31 +0200 |
commit | ab2d81850108277a6c0d3e50828ec9ed33bde425 (patch) | |
tree | f089fc8cfa44cfc3c51886964515541ee2e3ba03 /include/libimobiledevice | |
parent | 2a22344ef664248fa73b3e68014d82b935b20a53 (diff) | |
download | libimobiledevice-ab2d81850108277a6c0d3e50828ec9ed33bde425.tar.gz libimobiledevice-ab2d81850108277a6c0d3e50828ec9ed33bde425.tar.bz2 |
Add lockdownd_get_data_sync_classes() helper for mobilesync logic
Diffstat (limited to 'include/libimobiledevice')
-rw-r--r-- | include/libimobiledevice/lockdown.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libimobiledevice/lockdown.h b/include/libimobiledevice/lockdown.h index 4504ef1..9a02e69 100644 --- a/include/libimobiledevice/lockdown.h +++ b/include/libimobiledevice/lockdown.h @@ -96,6 +96,8 @@ lockdownd_error_t lockdownd_goodbye(lockdownd_client_t client); void lockdownd_client_set_label(lockdownd_client_t client, const char *label); lockdownd_error_t lockdownd_get_device_uuid(lockdownd_client_t control, char **uuid); lockdownd_error_t lockdownd_get_device_name(lockdownd_client_t client, char **device_name); +lockdownd_error_t lockdownd_get_sync_data_classes(lockdownd_client_t client, char ***classes, int *count); +lockdownd_error_t lockdownd_data_classes_free(char **classes); #ifdef __cplusplus } |