Skip to content

Commit

Permalink
Fixed prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jan 4, 2025
1 parent 962aecb commit aa6358d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ extern "C-unwind" {
pub fn jpeg_copy_critical_parameters(srcinfo: &jpeg_decompress_struct,
dstinfo: &mut jpeg_compress_struct);
#[cfg(feature = "jpeg80_abi")]
pub fn jpeg_core_output_dimensions(cinfo: &jpeg_decompress_struct);
pub fn jpeg_core_output_dimensions(cinfo: &mut jpeg_decompress_struct);
pub fn jpeg_abort_compress(cinfo: &mut jpeg_compress_struct);
pub fn jpeg_abort_decompress(cinfo: &mut jpeg_decompress_struct);
pub fn jpeg_resync_to_restart(cinfo: &mut jpeg_decompress_struct, desired: c_int) -> boolean;
Expand Down

0 comments on commit aa6358d

Please sign in to comment.