Commit e9812787 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

cabinet: Make internal functions static.

parent d813d8db
......@@ -1125,7 +1125,7 @@ struct Ziphuft **t, cab_LONG *m, fdi_decomp_state *decomp_state)
/*********************************************************
* fdi_Zipinflate_codes (internal)
*/
cab_LONG fdi_Zipinflate_codes(struct Ziphuft *tl, struct Ziphuft *td,
static cab_LONG fdi_Zipinflate_codes(struct Ziphuft *tl, struct Ziphuft *td,
cab_LONG bl, cab_LONG bd, fdi_decomp_state *decomp_state)
{
register cab_ULONG e; /* table entry flag/number of extra bits */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment