diff options
author | 2013-11-19 21:37:42 +0100 | |
---|---|---|
committer | 2013-11-19 21:37:42 +0100 | |
commit | aee53bef0385841109432948dbf814907a7d2dca (patch) | |
tree | 456df2f3f4ca8dda60ca93e36eeb75a7dfa8a658 /src/recovery.h | |
parent | 38e6975e2131b526d402c6f95cf4ba4acfbd997c (diff) | |
download | idevicerestore-aee53bef0385841109432948dbf814907a7d2dca.tar.gz idevicerestore-aee53bef0385841109432948dbf814907a7d2dca.tar.bz2 |
removed unused get_cpid/get_bdid and adapted for latest libirecovery changes
Diffstat (limited to 'src/recovery.h')
-rw-r--r-- | src/recovery.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/recovery.h b/src/recovery.h index d1fd71e..8deb438 100644 --- a/src/recovery.h +++ b/src/recovery.h @@ -56,8 +56,6 @@ int recovery_set_autoboot(struct idevicerestore_client_t* client, int enable); int recovery_get_ecid(struct idevicerestore_client_t* client, uint64_t* ecid); int recovery_get_ap_nonce(struct idevicerestore_client_t* client, unsigned char** nonce, int* nonce_size); int recovery_get_sep_nonce(struct idevicerestore_client_t* client, unsigned char** nonce, int* nonce_size); -int recovery_get_cpid(struct idevicerestore_client_t* client, uint32_t* cpid); -int recovery_get_bdid(struct idevicerestore_client_t* client, uint32_t* bdid); #ifdef __cplusplus |