]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Forward Declare `ZSTD_cwksp_available_space` to Fix Build
authorW. Felix Handte <w@felixhandte.com>
Mon, 9 Sep 2019 23:10:09 +0000 (19:10 -0400)
committerW. Felix Handte <w@felixhandte.com>
Mon, 9 Sep 2019 23:10:09 +0000 (19:10 -0400)
lib/compress/zstd_cwksp.h

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