From 3913f910a840068ec34fd62f60b3bb78f7a9edd3 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 2 Feb 2012 02:07:50 +0100 Subject: main: store product version & build in client struct for later checks --- src/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 5568930..87b91aa 100644 --- a/src/common.h +++ b/src/common.h @@ -136,6 +136,8 @@ struct idevicerestore_client_t { struct idevicerestore_device_t* device; struct idevicerestore_entry_t** entries; struct idevicerestore_mode_t* mode; + char* version; + char* build; }; static struct idevicerestore_mode_t idevicerestore_modes[] = { -- cgit v1.1-32-gdbae