diff options
Diffstat (limited to 'source/include/client.h')
-rw-r--r-- | source/include/client.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/include/client.h b/source/include/client.h index ae7229b516c..1f4cd55a83f 100644 --- a/source/include/client.h +++ b/source/include/client.h @@ -29,6 +29,12 @@ will be a multiple of the page size on almost any system */ #define CLI_BUFFER_SIZE (0xFFFF) + +/* clistr flags - see clistr.c */ +#define CLISTR_TERMINATE 1 +#define CLISTR_CONVERT 2 +#define CLISTR_UPPER 4 + /* * These definitions depend on smb.h */ |