diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-02-11 22:53:29 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-02-11 22:53:29 +0000 |
commit | 8bd0dbb1af535466018b7ae3e4f7f042d493e145 (patch) | |
tree | e6aea313b53924182f95ec2511186fda325dfb6d /source3/include | |
parent | 25ca2fd3d36382107e5443d64a6bf35fe7c47cca (diff) | |
download | samba-8bd0dbb1af535466018b7ae3e4f7f042d493e145.tar.gz samba-8bd0dbb1af535466018b7ae3e4f7f042d493e145.tar.bz2 samba-8bd0dbb1af535466018b7ae3e4f7f042d493e145.zip |
Replaced YOST code with more functionally equivalent code that
changes a bit less. Also added fix to tricky reply_mv case.
jra@cygnus.com
(This used to be commit f22ac13b1423186d463c9fc5b3588a3dcbd7bc1c)
Diffstat (limited to 'source3/include')
-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); |