Commit 6f5607d9 authored by Nils Goroll's avatar Nils Goroll

use ssize_t

The corresponding varnish API function arguments are signed, make our
struct match them.
parent 0c517d11
......@@ -70,8 +70,8 @@ struct vbr {
BrotliDecoderState *dec;
} state;
uint8_t *buf;
size_t bufsz;
size_t buflen;
ssize_t bufsz;
ssize_t buflen;
enum vbr_which which;
};
......
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