summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index ae7229b516..1f4cd55a83 100644
--- a/source3/include/client.h
+++ b/source3/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
*/