summaryrefslogtreecommitdiff
path: root/source3/libsmb/cli_np_tstream.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-12-14 18:17:45 +0100
committerStefan Metzmacher <metze@samba.org>2010-12-15 15:26:05 +0100
commitc0f9e963b66fa8c97a4c0ea38367443dd6127509 (patch)
treec0858719da3d4b8ed5542a8ed31ab7066f51c0d1 /source3/libsmb/cli_np_tstream.h
parent0df669e14111de741ded8445a2acc00a51a50413 (diff)
downloadsamba-c0f9e963b66fa8c97a4c0ea38367443dd6127509.tar.gz
samba-c0f9e963b66fa8c97a4c0ea38367443dd6127509.tar.bz2
samba-c0f9e963b66fa8c97a4c0ea38367443dd6127509.zip
s3:libsmb: add tstream_cli_np_set_timeout()
metze
Diffstat (limited to 'source3/libsmb/cli_np_tstream.h')
-rw-r--r--source3/libsmb/cli_np_tstream.h3
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_ */