Module: wine Branch: master Commit: e981278769600d3993ef029603d18d0d9d2c095d URL: http://source.winehq.org/git/wine.git/?a=commit;h=e981278769600d3993ef029603...
Author: James Hawkins truiken@gmail.com Date: Wed Oct 11 11:16:31 2006 -0700
cabinet: Make internal functions static.
---
dlls/cabinet/fdi.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/cabinet/fdi.c b/dlls/cabinet/fdi.c index ed520e8..e3b12c2 100644 --- a/dlls/cabinet/fdi.c +++ b/dlls/cabinet/fdi.c @@ -1125,7 +1125,7 @@ struct Ziphuft **t, cab_LONG *m, fdi_dec /********************************************************* * 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 */