cabinet: Declare a function static.
This commit is contained in:
parent
ec7ba645dd
commit
61292cfc61
|
@ -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 */
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue