diff options
author | Martin Szulecki | 2010-07-08 19:14:19 +0200 |
---|---|---|
committer | Martin Szulecki | 2010-07-08 19:14:19 +0200 |
commit | 17627444b5d61449a638a7937326d852a2705a11 (patch) | |
tree | b121b9072c9e9c755f26f6f4619d0a65ff3f385b /src/idevicerestore.h | |
parent | a92e3de475368eea3c01372ce37d758a35e2a290 (diff) | |
download | idevicerestore-17627444b5d61449a638a7937326d852a2705a11.tar.gz idevicerestore-17627444b5d61449a638a7937326d852a2705a11.tar.bz2 |
Remove get_build_name() which was not working and has no real use
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r-- | src/idevicerestore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h index d3d89a0..407c0db 100644 --- a/src/idevicerestore.h +++ b/src/idevicerestore.h @@ -35,7 +35,6 @@ void usage(int argc, char* argv[]); int check_mode(struct idevicerestore_client_t* client); int check_device(struct idevicerestore_client_t* client); int get_build_count(plist_t buildmanifest); -const char* get_build_name(plist_t build_identity, int identity); int get_ecid(struct idevicerestore_client_t* client, uint64_t* ecid); int get_bdid(struct idevicerestore_client_t* client, uint32_t* bdid); int get_cpid(struct idevicerestore_client_t* client, uint32_t* cpid); |