diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-02-26 06:53:42 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-02-26 06:53:42 +0000 |
commit | 0d54de536c03f941739359a121a337aa33a2dc84 (patch) | |
tree | 6ad3a1f33ef0226e84c9e73298dda4d889c529b2 /source3/include | |
parent | 8cfc7453394224d04077e7e875fca89c47826410 (diff) | |
download | samba-0d54de536c03f941739359a121a337aa33a2dc84.tar.gz samba-0d54de536c03f941739359a121a337aa33a2dc84.tar.bz2 samba-0d54de536c03f941739359a121a337aa33a2dc84.zip |
made some LANMAN1 wildcard progress
it now handles -M LANMAN1 -f '.x' -m '?x' nicely
(This used to be commit e7ccb9be6da9b1426eb136b4a0a1171232471768)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 1296b03370..ddfc65db32 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -35,6 +35,7 @@ #define CLISTR_CONVERT 2 #define CLISTR_UPPER 4 #define CLISTR_ASCII 8 +#define CLISTR_UNICODE 16 /* * These definitions depend on smb.h |