diff options
author | Joshua Hill | 2010-06-04 05:03:33 +0800 |
---|---|---|
committer | rcg4u | 2010-06-09 17:17:28 +0800 |
commit | f37ceaa046ac9114789a9334cfff04fba3805601 (patch) | |
tree | 4fd644fcc627793c6a705549c9454602a8c9007a /src/tss.h | |
parent | bab56cf4083c2d0695215ba785019532ffae5749 (diff) | |
download | idevicerestore-f37ceaa046ac9114789a9334cfff04fba3805601.tar.gz idevicerestore-f37ceaa046ac9114789a9334cfff04fba3805601.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); |