mirror of
https://github.com/intel/isa-l.git
synced 2025-02-25 07:41:06 +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:
parent
575664e78b
commit
69176f5428
@ -121,7 +121,7 @@ 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,
|
||||
static struct deflate_icf *compress_icf_map_g(struct isal_zstream *stream,
|
||||
struct deflate_icf *matches_next,
|
||||
struct deflate_icf *matches_end)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user