Module: wine Branch: master Commit: 61292cfc6109ba530b35ddb6ca9d9f081da15785 URL: http://source.winehq.org/git/wine.git/?a=commit;h=61292cfc6109ba530b35ddb6ca...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Wed Feb 4 20:39:32 2009 +0000
cabinet: Declare a function static.
---
dlls/cabinet/cabinet.h | 1 - dlls/cabinet/fdi.c | 2 +- 2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/dlls/cabinet/cabinet.h b/dlls/cabinet/cabinet.h index 8b38f9b..3423a73 100644 --- a/dlls/cabinet/cabinet.h +++ b/dlls/cabinet/cabinet.h @@ -654,7 +654,6 @@ typedef struct { } SESSION;
/* from fdi.c */ -void QTMupdatemodel(struct QTMmodel *model, int sym); int make_decode_table(cab_ULONG nsyms, cab_ULONG nbits, const cab_UBYTE *length, cab_UWORD *table);
#endif /* __WINE_CABINET_H */ diff --git a/dlls/cabinet/fdi.c b/dlls/cabinet/fdi.c index e36066d..bdf64b6 100644 --- a/dlls/cabinet/fdi.c +++ b/dlls/cabinet/fdi.c @@ -151,7 +151,7 @@ typedef struct fdi_cds_fwd { /**************************************************************** * QTMupdatemodel (internal) */ -void QTMupdatemodel(struct QTMmodel *model, int sym) { +static void QTMupdatemodel(struct QTMmodel *model, int sym) { struct QTMmodelsym temp; int i, j;