cabinet: Make internal functions static.

oldstable
James Hawkins 2006-10-11 11:16:31 -07:00 committed by Alexandre Julliard
parent d813d8db1b
commit e981278769
1 changed files with 1 additions and 1 deletions

View File

@ -1125,7 +1125,7 @@ struct Ziphuft **t, cab_LONG *m, fdi_decomp_state *decomp_state)
/********************************************************* /*********************************************************
* fdi_Zipinflate_codes (internal) * 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) cab_LONG bl, cab_LONG bd, fdi_decomp_state *decomp_state)
{ {
register cab_ULONG e; /* table entry flag/number of extra bits */ register cab_ULONG e; /* table entry flag/number of extra bits */