diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-03-10 11:35:25 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-03-10 11:35:25 +0000 |
commit | 95c9e4e0ba8f37f565aaf136f41eb76489441ff7 (patch) | |
tree | 05471c3b16e1db8a8fb715ea7201a2af7e4d0445 /source/include/client.h | |
parent | db2e712ad3ccfceb87d36e59d5f2e18a992b3e72 (diff) | |
download | samba-95c9e4e0ba8f37f565aaf136f41eb76489441ff7.tar.gz samba-95c9e4e0ba8f37f565aaf136f41eb76489441ff7.tar.xz samba-95c9e4e0ba8f37f565aaf136f41eb76489441ff7.zip |
to use the same macros in the client and server rename the CLISTR_
macros to STR_
Diffstat (limited to 'source/include/client.h')
-rw-r--r-- | source/include/client.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source/include/client.h b/source/include/client.h index ddfc65db32e..bdc2383f8ef 100644 --- a/source/include/client.h +++ b/source/include/client.h @@ -30,13 +30,6 @@ #define CLI_BUFFER_SIZE (0xFFFF) -/* clistr flags - see clistr.c */ -#define CLISTR_TERMINATE 1 -#define CLISTR_CONVERT 2 -#define CLISTR_UPPER 4 -#define CLISTR_ASCII 8 -#define CLISTR_UNICODE 16 - /* * These definitions depend on smb.h */ |