Forward Declare `ZSTD_cwksp_available_space` to Fix Build

dev
W. Felix Handte 2019-09-09 19:10:09 -04:00
parent 91bf1babd1
commit 81208fd7c2
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ typedef struct {
* Functions * Functions
***************************************/ ***************************************/
MEM_STATIC size_t ZSTD_cwksp_available_space(ZSTD_cwksp* ws);
/** /**
* Align must be a power of 2. * Align must be a power of 2.
*/ */