diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-02-21 02:51:22 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-02-21 02:51:22 +0000 |
commit | 3910d7baca440b21e66c1dc15556748c6f028085 (patch) | |
tree | 9b9315c3f53aa0a8ca6ec3171cb2ad7518b696d8 /source3/include | |
parent | 6cb19fbd3a0da051010fd704bfd1dfe5bc594210 (diff) | |
download | samba-3910d7baca440b21e66c1dc15556748c6f028085.tar.gz samba-3910d7baca440b21e66c1dc15556748c6f028085.tar.bz2 samba-3910d7baca440b21e66c1dc15556748c6f028085.zip |
added support for a CLISTR_ASCII flag so we can use a uniform
interface for ascii-only fields
(This used to be commit cdf0316610803e6743936b29f232b32f9ec81422)
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 1f4cd55a83..1296b03370 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -34,6 +34,7 @@ #define CLISTR_TERMINATE 1 #define CLISTR_CONVERT 2 #define CLISTR_UPPER 4 +#define CLISTR_ASCII 8 /* * These definitions depend on smb.h |