summaryrefslogtreecommitdiffstats
path: root/src/recovery.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/recovery.h')
-rw-r--r--src/recovery.h2
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