cabinet: Make internal functions static

James Hawkins truiken at gmail.com
Wed Oct 11 13:16:31 CDT 2006


Hi,

Changelog:
* Make internal functions static.

 dlls/cabinet/fdi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
James Hawkins
-------------- next part --------------
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 */
-- 
1.4.2.1


More information about the wine-patches mailing list