diff options
| author | 2012-03-08 22:23:36 +0100 | |
|---|---|---|
| committer | 2012-03-08 22:23:36 +0100 | |
| commit | b586203dbef26f9e94325b57867478eda504e5a1 (patch) | |
| tree | b70abe91ddc719eca913132890d3e14adb010285 /include | |
| parent | 96e06ea1e4dabd2a3d4b51c799842dee2e279f30 (diff) | |
| download | libimobiledevice-b586203dbef26f9e94325b57867478eda504e5a1.tar.gz libimobiledevice-b586203dbef26f9e94325b57867478eda504e5a1.tar.bz2 | |
restored: Add restored_query_value() to query for values in restore mode
Diffstat (limited to 'include')
| -rw-r--r-- | include/libimobiledevice/restore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libimobiledevice/restore.h b/include/libimobiledevice/restore.h index aa8233f..a0a1b77 100644 --- a/include/libimobiledevice/restore.h +++ b/include/libimobiledevice/restore.h | |||
| @@ -54,6 +54,7 @@ restored_error_t restored_client_new(idevice_t device, restored_client_t *client | |||
| 54 | restored_error_t restored_client_free(restored_client_t client); | 54 | restored_error_t restored_client_free(restored_client_t client); |
| 55 | 55 | ||
| 56 | restored_error_t restored_query_type(restored_client_t client, char **type, uint64_t *version); | 56 | restored_error_t restored_query_type(restored_client_t client, char **type, uint64_t *version); |
| 57 | restored_error_t restored_query_value(restored_client_t client, const char *key, plist_t *value); | ||
| 57 | restored_error_t restored_get_value(restored_client_t client, const char *key, plist_t *value) ; | 58 | restored_error_t restored_get_value(restored_client_t client, const char *key, plist_t *value) ; |
| 58 | restored_error_t restored_send(restored_client_t client, plist_t plist); | 59 | restored_error_t restored_send(restored_client_t client, plist_t plist); |
| 59 | restored_error_t restored_receive(restored_client_t client, plist_t *plist); | 60 | restored_error_t restored_receive(restored_client_t client, plist_t *plist); |
