1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-03 04:23:50 +03:00

r1570: merging changes from 3.0.5

This commit is contained in:
Gerald Carter
2004-07-22 13:39:43 +00:00
committed by Gerald (Jerry) Carter
parent acfbd34025
commit 430cf63b91
7 changed files with 28 additions and 22 deletions

View File

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