From 60448b7b8c2408406da20861d5174aedcbbba446 Mon Sep 17 00:00:00 2001 From: Mark Kittisopikul Date: Tue, 29 Jun 2021 00:46:56 -0400 Subject: [PATCH] Export blosc2_schunk_fill_special, fixes #321 --- include/blosc2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/blosc2.h b/include/blosc2.h index 70fe5ea5b..93e70a3ad 100644 --- a/include/blosc2.h +++ b/include/blosc2.h @@ -1744,7 +1744,7 @@ BLOSC_EXPORT int64_t blosc2_schunk_frame_len(blosc2_schunk* schunk); * @return The total number of chunks that have been added to the super-chunk. * If there is an error, a negative value is returned. */ -int blosc2_schunk_fill_special(blosc2_schunk* schunk, int64_t nitems, int special_value, +BLOSC_EXPORT int blosc2_schunk_fill_special(blosc2_schunk* schunk, int64_t nitems, int special_value, int32_t chunksize);