diff options
| author | 2010-06-05 23:41:35 +0200 | |
|---|---|---|
| committer | 2010-06-05 23:41:35 +0200 | |
| commit | e5d4b8e126b0160c80103b814ef59a3f1319f22e (patch) | |
| tree | bbdd8dabd2c13e4f544848c4e0b57bf31d5155d3 /include | |
| parent | 7a2811b76793b262237b4b61bc777edf9ec37257 (diff) | |
| download | libimobiledevice-e5d4b8e126b0160c80103b814ef59a3f1319f22e.tar.gz libimobiledevice-e5d4b8e126b0160c80103b814ef59a3f1319f22e.tar.bz2 | |
Added function to fetch device values from the QueryType response
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 6f3ff53..9c30b03 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_get_value(restored_client_t client, const char *key, plist_t *value) ; | ||
| 57 | restored_error_t restored_send(restored_client_t client, plist_t plist); | 58 | restored_error_t restored_send(restored_client_t client, plist_t plist); |
| 58 | restored_error_t restored_receive(restored_client_t client, plist_t *plist); | 59 | restored_error_t restored_receive(restored_client_t client, plist_t *plist); |
| 59 | restored_error_t restored_goodbye(restored_client_t client); | 60 | restored_error_t restored_goodbye(restored_client_t client); |
