diff options
author | 2010-06-21 04:50:40 -0400 | |
---|---|---|
committer | 2010-06-21 04:50:40 -0400 | |
commit | 7edbc8417b760179337b507a6d957882b71dde2e (patch) | |
tree | 71b5ab4d386c212bc903f6d73faf56e9368cce1e /src/idevicerestore.h | |
parent | 930f4b350474435e011b9dca18424dd1c42ea353 (diff) | |
download | idevicerestore-7edbc8417b760179337b507a6d957882b71dde2e.tar.gz idevicerestore-7edbc8417b760179337b507a6d957882b71dde2e.tar.bz2 |
Fixed a few more compile errors, everything should compile fine now, but i'm not sure if it will run yet
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r-- | src/idevicerestore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h index 1fadf15..d3d89a0 100644 --- a/src/idevicerestore.h +++ b/src/idevicerestore.h @@ -34,6 +34,7 @@ extern "C" { 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); |