mirror of
https://github.com/intel/isa-l.git
synced 2025-12-10 09:44:33 +01:00
igzip: mark igzip_icf_body.c internal function static
compress_icf_map_g() is only used within igzip_icf_body.c. Change-Id: Id488d6721c60c1909c922a5e0bd162b1542e71ca Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
@@ -121,9 +121,9 @@ void gen_icf_map_h1_base(struct isal_zstream *stream,
|
||||
* One pass methods for parsing provided match lookup table
|
||||
************************************************************
|
||||
*/
|
||||
struct deflate_icf *compress_icf_map_g(struct isal_zstream *stream,
|
||||
struct deflate_icf *matches_next,
|
||||
struct deflate_icf *matches_end)
|
||||
static struct deflate_icf *compress_icf_map_g(struct isal_zstream *stream,
|
||||
struct deflate_icf *matches_next,
|
||||
struct deflate_icf *matches_end)
|
||||
{
|
||||
uint32_t lit_len, lit_len2, dist;
|
||||
uint64_t code;
|
||||
|
||||
Reference in New Issue
Block a user