summaryrefslogtreecommitdiffstats
path: root/libstb/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstb/container.h')
-rw-r--r--libstb/container.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstb/container.h b/libstb/container.h
index f65615a1..f8965d40 100644
--- a/libstb/container.h
+++ b/libstb/container.h
@@ -143,6 +143,7 @@ bool stb_is_container(const void* buf, size_t size);
/* Get the pointer for the sw-payload-hash field of the container header */
const uint8_t* stb_sw_payload_hash(const void* buf, size_t size);
+uint64_t stb_sw_payload_size(const void *buf, size_t size);
int parse_stb_container(const void* data, size_t len, struct parsed_stb_container *c);
OpenPOWER on IntegriCloud