summaryrefslogtreecommitdiffstats
path: root/src/tss.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tss.h')
-rw-r--r--src/tss.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/tss.h b/src/tss.h
index bfa2114..7c9ddf8 100644
--- a/src/tss.h
+++ b/src/tss.h
@@ -24,6 +24,12 @@
#include <plist/plist.h>
-plist_t tss_create_request(plist_t buildmanifest, const char* ecid);
+typedef struct {
+ int length;
+ char* content;
+} tss_response;
+
+plist_t tss_create_request(plist_t buildmanifest, uint64_t ecid);
+plist_t tss_send_request(plist_t tss_request);
#endif