Skip to content

Commit

Permalink
Export blosc2_schunk_fill_special, fixes #321
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti authored and FrancescAlted committed Jun 29, 2021
1 parent 68e7c09 commit 60448b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/blosc2.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);


Expand Down

0 comments on commit 60448b7

Please sign in to comment.