summaryrefslogtreecommitdiff
path: root/source4/libcli/libcli.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/libcli/libcli.h')
-rw-r--r--source4/libcli/libcli.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/libcli/libcli.h b/source4/libcli/libcli.h
index 568f2f3b3e..1d573cadde 100644
--- a/source4/libcli/libcli.h
+++ b/source4/libcli/libcli.h
@@ -50,6 +50,17 @@ struct nbt_dc_name {
struct cli_credentials;
struct event_context;
+
+/* passed to br lock code. */
+enum brl_type {
+ READ_LOCK,
+ WRITE_LOCK,
+ PENDING_READ_LOCK,
+ PENDING_WRITE_LOCK
+};
+
+
+
#include "libcli/raw/libcliraw.h"
#include "libcli/libcli_proto.h"