From 07ba35adcbb9feb551125034f091e8d4cb4aa0e8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 14 Dec 2010 18:18:13 +0100 Subject: s3:libsmb: add tstream_cli_np_get_cli_state() metze --- source3/libsmb/cli_np_tstream.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/libsmb/cli_np_tstream.h') diff --git a/source3/libsmb/cli_np_tstream.h b/source3/libsmb/cli_np_tstream.h index 01dab085e0..b7def34c48 100644 --- a/source3/libsmb/cli_np_tstream.h +++ b/source3/libsmb/cli_np_tstream.h @@ -51,4 +51,6 @@ NTSTATUS tstream_cli_np_use_trans(struct tstream_context *stream); unsigned int tstream_cli_np_set_timeout(struct tstream_context *stream, unsigned int timeout); +struct cli_state *tstream_cli_np_get_cli_state(struct tstream_context *stream); + #endif /* _CLI_NP_TSTREAM_H_ */ -- cgit