diff options
author | Nikias Bassen | 2013-10-02 15:40:54 +0200 |
---|---|---|
committer | Nikias Bassen | 2013-10-02 15:40:54 +0200 |
commit | 930031521ab8abc4423cb00360074aa801db2d1e (patch) | |
tree | be4ebff3ba4b805c085ce77d58e235601c919d3a /src/recovery.h | |
parent | 8e7c2a05bdf27e280f1738a618912f7833b9ef36 (diff) | |
download | idevicerestore-930031521ab8abc4423cb00360074aa801db2d1e.tar.gz idevicerestore-930031521ab8abc4423cb00360074aa801db2d1e.tar.bz2 |
silence implicit declaration compiler warnings
Diffstat (limited to 'src/recovery.h')
-rw-r--r-- | src/recovery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/recovery.h b/src/recovery.h index 42fddad..9ffb226 100644 --- a/src/recovery.h +++ b/src/recovery.h @@ -43,6 +43,7 @@ struct recovery_client_t { 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); int recovery_send_component(struct idevicerestore_client_t* client, plist_t build_identity, const char* component); int recovery_send_ibec(struct idevicerestore_client_t* client, plist_t build_identity); int recovery_send_applelogo(struct idevicerestore_client_t* client, plist_t build_identity); |