diff options
Diffstat (limited to 'src/tss.h')
| -rw-r--r-- | src/tss.h | 8 | 
1 files changed, 7 insertions, 1 deletions
| @@ -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 | 
