summaryrefslogtreecommitdiffstats
path: root/src/restore.h
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-06-08 04:14:29 -0400
committerGravatar Joshua Hill2010-06-08 04:14:29 -0400
commit51b56ba5bf01af40835a43ad1104a7eff3160127 (patch)
tree0a7749bb4ffa8b67f3728d13f4881fbbc7c7313c /src/restore.h
parent5346ce8f7cefe7b33dd8abc44e27cb0e0816f78b (diff)
downloadidevicerestore-51b56ba5bf01af40835a43ad1104a7eff3160127.tar.gz
idevicerestore-51b56ba5bf01af40835a43ad1104a7eff3160127.tar.bz2
Added a new asr.c file to stick all stuff related to filesystem and abstract the restore process to allow for easier porting
Diffstat (limited to 'src/restore.h')
-rw-r--r--src/restore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/restore.h b/src/restore.h
index 7a2e27e..cf9cf51 100644
--- a/src/restore.h
+++ b/src/restore.h
@@ -37,6 +37,6 @@ int restore_send_nor(restored_client_t client, const char* ipsw, plist_t tss);
int restore_send_kernelcache(restored_client_t client, char *kernel_data, int len);
int restore_device(const char* uuid, const char* ipsw, plist_t tss, const char* filesystem);
int restore_open_with_timeout(const char* uuid, idevice_t* device, restored_client_t* client);
-int restore_send_filesystem(idevice_t device, restored_client_t client, const char *filesystem);
+int restore_send_filesystem(idevice_t device, const char* filesystem);
#endif