summaryrefslogtreecommitdiff
path: root/source3/libsmb/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-08-28 17:16:11 +0200
committerStefan Metzmacher <metze@samba.org>2011-08-28 17:16:51 +0200
commitab0a1cc5c6bb089a5eeba461533b50c0fae2b1a3 (patch)
treedab3dfb113275dea4128cad35079d46a027cab7b /source3/libsmb/proto.h
parent1e43bacd5e1a9e804ff2cd82fed75302cb630efd (diff)
downloadsamba-ab0a1cc5c6bb089a5eeba461533b50c0fae2b1a3.tar.gz
samba-ab0a1cc5c6bb089a5eeba461533b50c0fae2b1a3.tar.bz2
samba-ab0a1cc5c6bb089a5eeba461533b50c0fae2b1a3.zip
s3:libsmb: move cli_smb_oplock_break_waiter*() to clioplock.c
metze
Diffstat (limited to 'source3/libsmb/proto.h')
-rw-r--r--source3/libsmb/proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h
index 1c7be955c9..f9329241c7 100644
--- a/source3/libsmb/proto.h
+++ b/source3/libsmb/proto.h
@@ -693,6 +693,13 @@ NTSTATUS cli_message(struct cli_state *cli, const char *host,
/* The following definitions come from libsmb/clioplock.c */
+struct tevent_req *cli_smb_oplock_break_waiter_send(TALLOC_CTX *mem_ctx,
+ struct event_context *ev,
+ struct cli_state *cli);
+NTSTATUS cli_smb_oplock_break_waiter_recv(struct tevent_req *req,
+ uint16_t *pfnum,
+ uint8_t *plevel);
+
struct tevent_req *cli_oplock_ack_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct cli_state *cli,