diff options
author | Nikias Bassen | 2012-02-02 03:49:38 +0100 |
---|---|---|
committer | Nikias Bassen | 2012-02-02 03:49:38 +0100 |
commit | 78416a40c8d9b6e54c345959d0afdaa17e245472 (patch) | |
tree | 66b84d9e22b7b4c6e86639606e654d2f890094f9 /src/recovery.h | |
parent | 7375f8552d78ed501800fe0cbcfe2b03d069ad8b (diff) | |
download | idevicerestore-78416a40c8d9b6e54c345959d0afdaa17e245472.tar.gz idevicerestore-78416a40c8d9b6e54c345959d0afdaa17e245472.tar.bz2 |
recovery: merge recovery_open_with_timeout into recovery_client_new
Diffstat (limited to 'src/recovery.h')
-rw-r--r-- | src/recovery.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/recovery.h b/src/recovery.h index 278bd93..118ed4f 100644 --- a/src/recovery.h +++ b/src/recovery.h @@ -42,7 +42,6 @@ struct recovery_client_t { }; int recovery_check_mode(); -int recovery_open_with_timeout(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_send_component(struct idevicerestore_client_t* client, plist_t build_identity, const char* component); |