diff options
author | 2010-05-22 14:48:13 -0400 | |
---|---|---|
committer | 2010-05-22 14:48:13 -0400 | |
commit | a184cda744006d4a597ff5a23b67b635dd28c222 (patch) | |
tree | ae250bf08d06cc95db3729dcd8d36734926f903c /src/tss.h | |
parent | 58a0ad3e30bd61cb0c2e6bb62dec600305ea2368 (diff) | |
download | idevicerestore-a184cda744006d4a597ff5a23b67b635dd28c222.tar.gz idevicerestore-a184cda744006d4a597ff5a23b67b635dd28c222.tar.bz2 |
Started implementation of img3 file and tss_stitcher
Diffstat (limited to 'src/tss.h')
-rw-r--r-- | src/tss.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -24,12 +24,10 @@ #include <plist/plist.h> -typedef struct { - int length; - char* content; -} tss_response; +#include "img3.h" plist_t tss_create_request(plist_t buildmanifest, uint64_t ecid); plist_t tss_send_request(plist_t tss_request); +void tss_stitch_img3(img3_file* file, plist_t signature); #endif |