diff options
author | 2012-02-02 01:14:06 +0100 | |
---|---|---|
committer | 2012-02-02 01:14:06 +0100 | |
commit | d5c9cc009b52749a8fc7e30320d8c039c6cc80aa (patch) | |
tree | eafe51d307c44674e24cb0a003b8c29d0c89c081 /src/restore.h | |
parent | 169f60de912534baa3b6475cd116924ec9e96616 (diff) | |
download | idevicerestore-d5c9cc009b52749a8fc7e30320d8c039c6cc80aa.tar.gz idevicerestore-d5c9cc009b52749a8fc7e30320d8c039c6cc80aa.tar.bz2 |
restore: reflect latest libimobiledevice changes and pass options to restored
Diffstat (limited to 'src/restore.h')
-rw-r--r-- | src/restore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/restore.h b/src/restore.h index 9c11c34..eea63bc 100644 --- a/src/restore.h +++ b/src/restore.h @@ -36,6 +36,7 @@ struct restore_client_t { const char* uuid; unsigned int operation; const char* filesystem; + uint64_t protocol_version; restored_client_t client; }; |