diff options
Diffstat (limited to 'source3/libsmb/cli_np_tstream.h')
-rw-r--r-- | source3/libsmb/cli_np_tstream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/libsmb/cli_np_tstream.h b/source3/libsmb/cli_np_tstream.h index c6f5231f81..647a4abb37 100644 --- a/source3/libsmb/cli_np_tstream.h +++ b/source3/libsmb/cli_np_tstream.h @@ -46,4 +46,6 @@ NTSTATUS _tstream_cli_np_existing(TALLOC_CTX *mem_ctx, bool tstream_is_cli_np(struct tstream_context *stream); +NTSTATUS tstream_cli_np_use_trans(struct tstream_context *stream); + #endif /* _CLI_NP_TSTREAM_H_ */ |