From 93cc13ff963fbc97d96b466db745f213a727003d Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 2 Feb 2012 20:13:01 +0100 Subject: common: fix missing restore_boot_args struct member --- src/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 9ef8a15..988245c 100644 --- a/src/common.h +++ b/src/common.h @@ -140,6 +140,7 @@ struct idevicerestore_client_t { struct idevicerestore_mode_t* mode; char* version; char* build; + char* restore_boot_args; }; static struct idevicerestore_mode_t idevicerestore_modes[] = { -- cgit v1.1-32-gdbae