diff options
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 |