From b586203dbef26f9e94325b57867478eda504e5a1 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 8 Mar 2012 22:23:36 +0100 Subject: restored: Add restored_query_value() to query for values in restore mode --- include/libimobiledevice/restore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 restored_error_t restored_client_free(restored_client_t client); restored_error_t restored_query_type(restored_client_t client, char **type, uint64_t *version); +restored_error_t restored_query_value(restored_client_t client, const char *key, plist_t *value); restored_error_t restored_get_value(restored_client_t client, const char *key, plist_t *value) ; restored_error_t restored_send(restored_client_t client, plist_t plist); restored_error_t restored_receive(restored_client_t client, plist_t *plist); -- cgit v1.1-32-gdbae