summaryrefslogtreecommitdiffstats
path: root/src/recovery.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/recovery.h')
-rw-r--r--src/recovery.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/recovery.h b/src/recovery.h
index 714943a..154d7d1 100644
--- a/src/recovery.h
+++ b/src/recovery.h
@@ -40,7 +40,6 @@ struct recovery_client_t {
plist_t tss;
};
-int recovery_check_mode(struct idevicerestore_client_t* client);
int recovery_client_new(struct idevicerestore_client_t* client);
void recovery_client_free(struct idevicerestore_client_t* client);
int recovery_enter_restore(struct idevicerestore_client_t* client, plist_t build_identity);