diff options
Diffstat (limited to 'source3/libsmb/proto.h')
-rw-r--r-- | source3/libsmb/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h index ffb2ca01173..e1f2c3e6336 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, |