summaryrefslogtreecommitdiffstats
path: root/src/tss.h
diff options
context:
space:
mode:
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