diff options
Diffstat (limited to 'source3/libsmb/cli_np_tstream.h')
-rw-r--r-- | source3/libsmb/cli_np_tstream.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/source3/libsmb/cli_np_tstream.h b/source3/libsmb/cli_np_tstream.h index 6f5e855330..2404e7844a 100644 --- a/source3/libsmb/cli_np_tstream.h +++ b/source3/libsmb/cli_np_tstream.h @@ -24,10 +24,16 @@ struct tevent_context; struct tevent_req; struct cli_state; struct tstream_context; +struct smbXcli_conn; +struct smbXcli_session; +struct smbXcli_tcon; struct tevent_req *tstream_cli_np_open_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, - struct cli_state *cli, + struct smbXcli_conn *conn, + struct smbXcli_session *session, + struct smbXcli_tcon *tcon, + uint16_t pid, unsigned int timeout, const char *npipe); NTSTATUS _tstream_cli_np_open_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, |