summaryrefslogtreecommitdiff
path: root/source3/libsmb/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-10-26 15:43:08 +0200
committerStefan Metzmacher <metze@samba.org>2011-10-26 15:43:08 +0200
commit7221ce9bd5b0a3dde9d32d403cce465b642289fb (patch)
tree5ea0ecb69a5b2c55e120b1462ad46b3194f401d5 /source3/libsmb/proto.h
parentf8f7f4e3abb3190e6608379c6d2fc3b4eb8532c1 (diff)
downloadsamba-7221ce9bd5b0a3dde9d32d403cce465b642289fb.tar.gz
samba-7221ce9bd5b0a3dde9d32d403cce465b642289fb.tar.bz2
samba-7221ce9bd5b0a3dde9d32d403cce465b642289fb.zip
s3:libsmb: use 'tevent_' instead of 'event_' in clitrans.c
metze
Diffstat (limited to 'source3/libsmb/proto.h')
-rw-r--r--source3/libsmb/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h
index ffb2ca0117..e1f2c3e633 100644
--- a/source3/libsmb/proto.h
+++ b/source3/libsmb/proto.h
@@ -822,7 +822,7 @@ size_t clistr_pull_talloc(TALLOC_CTX *ctx,
/* The following definitions come from libsmb/clitrans.c */
struct tevent_req *cli_trans_send(
- TALLOC_CTX *mem_ctx, struct event_context *ev,
+ TALLOC_CTX *mem_ctx, struct tevent_context *ev,
struct cli_state *cli, uint8_t cmd,
const char *pipe_name, uint16_t fid, uint16_t function, int flags,
uint16_t *setup, uint8_t num_setup, uint8_t max_setup,