From 45c2ee3ff2d01fdd0a2db9fa90457cff4663c43d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 10 Mar 2001 11:35:25 +0000 Subject: to use the same macros in the client and server rename the CLISTR_ macros to STR_ (This used to be commit 95c9e4e0ba8f37f565aaf136f41eb76489441ff7) --- source3/include/client.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/include/client.h') diff --git a/source3/include/client.h b/source3/include/client.h index ddfc65db32..bdc2383f8e 100644 --- a/source3/include/client.h +++ b/source3/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 */ -- cgit