From d5c9cc009b52749a8fc7e30320d8c039c6cc80aa Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 2 Feb 2012 01:14:06 +0100 Subject: restore: reflect latest libimobiledevice changes and pass options to restored --- src/restore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/restore.h') 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; }; -- cgit v1.1-32-gdbae