diff options
Diffstat (limited to 'source3/libsmb/cli_np_tstream.h')
-rw-r--r-- | source3/libsmb/cli_np_tstream.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/libsmb/cli_np_tstream.h b/source3/libsmb/cli_np_tstream.h index 647a4abb37..01dab085e0 100644 --- a/source3/libsmb/cli_np_tstream.h +++ b/source3/libsmb/cli_np_tstream.h @@ -48,4 +48,7 @@ bool tstream_is_cli_np(struct tstream_context *stream); NTSTATUS tstream_cli_np_use_trans(struct tstream_context *stream); +unsigned int tstream_cli_np_set_timeout(struct tstream_context *stream, + unsigned int timeout); + #endif /* _CLI_NP_TSTREAM_H_ */ |