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:
committed by
Gerald (Jerry) Carter
parent
acfbd34025
commit
430cf63b91
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user