diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/mangle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/mangle.h b/source3/include/mangle.h index 1d7cdf7362..08d511689d 100644 --- a/source3/include/mangle.h +++ b/source3/include/mangle.h @@ -8,7 +8,7 @@ struct mangle_fns { BOOL (*is_mangled)(const char *s); BOOL (*is_8_3)(const char *fname, BOOL check_case, BOOL allow_wildcards); void (*reset)(void); - BOOL (*check_cache)(char *s); + BOOL (*check_cache)(char *s, size_t maxlen); void (*name_map)(char *OutName, BOOL need83, BOOL cache83, int default_case); }; #endif /* _MANGLE_H_ */ |