summaryrefslogtreecommitdiff
path: root/source3/include/async_smb.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/include/async_smb.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/include/async_smb.h')
-rw-r--r--source3/include/async_smb.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/async_smb.h b/source3/include/async_smb.h
index 49a8b9e322..b8e2a34cbf 100644
--- a/source3/include/async_smb.h
+++ b/source3/include/async_smb.h
@@ -51,13 +51,6 @@ NTSTATUS cli_smb_recv(struct tevent_req *req,
uint8_t min_wct, uint8_t *pwct, uint16_t **pvwv,
uint32_t *pnum_bytes, uint8_t **pbytes);
-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_session_request_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
int sock,