From a184cda744006d4a597ff5a23b67b635dd28c222 Mon Sep 17 00:00:00 2001 From: Joshua Hill Date: Sat, 22 May 2010 14:48:13 -0400 Subject: Started implementation of img3 file and tss_stitcher --- src/tss.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/tss.h') 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 -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 -- cgit v1.1-32-gdbae