X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fchunk_compressor.h;h=96954637a8ef50df3cc0315a51ccbd7414bf1557;hp=b902038a393b2556b07a80f1836a5d8dbd3a9a29;hb=72a2079aa02bcb86051dc527cc1c21fc77bc3695;hpb=757b2d7b9005bd959855428d15e1fb3bf9c1f3fb diff --git a/include/wimlib/chunk_compressor.h b/include/wimlib/chunk_compressor.h index b902038a..96954637 100644 --- a/include/wimlib/chunk_compressor.h +++ b/include/wimlib/chunk_compressor.h @@ -32,7 +32,7 @@ struct chunk_compressor { * %false if the chunk compressor does not have space for the chunk at * the present time. In the latter case, get_chunk() must be called to * retrieve a compressed chunk before trying again. */ - bool (*submit_chunk)(struct chunk_compressor *, const void *, size_t); + bool (*submit_chunk)(struct chunk_compressor *, const void *, u32); /* Get the next chunk of compressed data. *