summaryrefslogtreecommitdiffstats
path: root/source/include/mangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/mangle.h')
-rw-r--r--source/include/mangle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/mangle.h b/source/include/mangle.h
index 769278d828b..1d7cdf73628 100644
--- a/source/include/mangle.h
+++ b/source/include/mangle.h
@@ -9,6 +9,6 @@ struct mangle_fns {
BOOL (*is_8_3)(const char *fname, BOOL check_case, BOOL allow_wildcards);
void (*reset)(void);
BOOL (*check_cache)(char *s);
- void (*name_map)(char *OutName, BOOL need83, BOOL cache83);
+ void (*name_map)(char *OutName, BOOL need83, BOOL cache83, int default_case);
};
#endif /* _MANGLE_H_ */