cabinet: Declare a function static.

oldstable
Andrew Talbot 2009-02-04 20:39:32 +00:00 committed by Alexandre Julliard
parent ec7ba645dd
commit 61292cfc61
2 changed files with 1 additions and 2 deletions

View File

@ -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 */

View File

@ -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;