summaryrefslogtreecommitdiffstats
path: root/src/tss.h
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-05-22 14:48:13 -0400
committerGravatar Joshua Hill2010-05-22 14:48:13 -0400
commita184cda744006d4a597ff5a23b67b635dd28c222 (patch)
treeae250bf08d06cc95db3729dcd8d36734926f903c /src/tss.h
parent58a0ad3e30bd61cb0c2e6bb62dec600305ea2368 (diff)
downloadidevicerestore-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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/tss.h b/src/tss.h
index 7c9ddf8..c1ff4b4 100644
--- a/src/tss.h
+++ b/src/tss.h
@@ -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