Skip to content

Commit

Permalink
Alias for old naming
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed May 9, 2024
1 parent 5bab918 commit a187271
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tamp/_c_src/tamp/compressor.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ tamp_res tamp_compressor_poll(
size_t output_size,
size_t *output_written_size
);
// backwards compatibility for old naming
#define tamp_compressor_compress_poll tamp_compressor_poll

/**
* @brief Completely flush the internal bit buffer. Makes output "complete".
Expand Down

0 comments on commit a187271

Please sign in to comment.