update tus_chksum_update() stub

parent a6852936
......@@ -103,7 +103,7 @@ tus_chksum_hdr(VRT_CTX, const char *hdr)
}
void
tus_chksum_update(VRT_CTX, struct tus_chksum *c,
tus_chksum_update(VRT_CTX, const struct tus_chksum *c,
const void *ptr, size_t l)
{
(void) ctx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment