diff options
author | 2010-06-03 17:03:33 -0400 | |
---|---|---|
committer | 2010-06-03 17:03:33 -0400 | |
commit | 95d83e38a95c9cf28ffa59611149fbba242449c4 (patch) | |
tree | 4fd644fcc627793c6a705549c9454602a8c9007a /src/tss.h | |
parent | 4d74cd31751165b671eba9a1b0936718b7f39b52 (diff) | |
download | idevicerestore-95d83e38a95c9cf28ffa59611149fbba242449c4.tar.gz idevicerestore-95d83e38a95c9cf28ffa59611149fbba242449c4.tar.bz2 |
Continuing to refactor code and add support for other devices
Diffstat (limited to 'src/tss.h')
-rw-r--r-- | src/tss.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ #include "img3.h" -plist_t tss_create_request(plist_t buildmanifest, uint64_t ecid); +plist_t tss_create_request(plist_t build_identity, uint64_t ecid); plist_t tss_send_request(plist_t tss_request); void tss_stitch_img3(img3_file* file, plist_t signature); |