Skip to content

Commit

Permalink
added header entry for ImagingZipEncodeCleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredfool committed Apr 15, 2016
1 parent d558d50 commit 29ab316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libImaging/Imaging.h
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ extern int ImagingZipDecode(Imaging im, ImagingCodecState state,
UINT8* buffer, int bytes);
extern int ImagingZipEncode(Imaging im, ImagingCodecState state,
UINT8* buffer, int bytes);
extern int ImagingZipEncodeCleanup(ImagingCodecState state);
#endif

typedef void (*ImagingShuffler)(UINT8* out, const UINT8* in, int pixels);
Expand Down

0 comments on commit 29ab316

Please sign in to comment.