Skip to content

Commit

Permalink
Make SequenceProducer interface visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Coder-256 authored and luben committed Nov 30, 2023
1 parent 51a3c5a commit 220e990
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* SequenceProducer must be provided by the user. To use, SequenceProducer should
* be passed to `ZstdCompressCtx.registerSequenceProducer()`.
*/
interface SequenceProducer {
public interface SequenceProducer {
/**
* Returns a function pointer of type `ZSTD_sequenceProducer_F` that will be
* passed to zstd as the `sequenceProducer` function. The returned pointer
Expand Down

0 comments on commit 220e990

Please sign in to comment.