diff options
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index cd1340dbd5..5993e1d67b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -272,7 +272,7 @@ void clean_share_modes(void); /*The following definitions come from mangle.c */ int str_checksum(char *s); -BOOL is_8_3(char *fname); +BOOL is_8_3(char *fname, BOOL check_case); void create_mangled_stack(int size); BOOL check_mangled_stack(char *s); BOOL is_mangled(char *s); |