Commit 61292cfc authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

cabinet: Declare a function static.

parent ec7ba645
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment