summaryrefslogtreecommitdiff
path: root/source3/libsmb/cli_np_tstream.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-09-04 11:00:31 +0200
committerStefan Metzmacher <metze@samba.org>2010-12-15 15:26:05 +0100
commite08c324fc5ed9d7d4970fc7a7b6b13bff38ace59 (patch)
tree7b6553d2ccc3735096caa5a24188a23e0dcf06ab /source3/libsmb/cli_np_tstream.h
parentc0ac1cebfbf7b562bad368b14d8004495a59e574 (diff)
downloadsamba-e08c324fc5ed9d7d4970fc7a7b6b13bff38ace59.tar.gz
samba-e08c324fc5ed9d7d4970fc7a7b6b13bff38ace59.tar.bz2
samba-e08c324fc5ed9d7d4970fc7a7b6b13bff38ace59.zip
s3:libsmb: add tstream_is_cli_np()
metze
Diffstat (limited to 'source3/libsmb/cli_np_tstream.h')
-rw-r--r--source3/libsmb/cli_np_tstream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/libsmb/cli_np_tstream.h b/source3/libsmb/cli_np_tstream.h
index 4808db6390..c6f5231f81 100644
--- a/source3/libsmb/cli_np_tstream.h
+++ b/source3/libsmb/cli_np_tstream.h
@@ -44,4 +44,6 @@ NTSTATUS _tstream_cli_np_existing(TALLOC_CTX *mem_ctx,
#define tstream_cli_np_existing(mem_ctx, cli, npipe, stream) \
_tstream_cli_np_existing(mem_ctx, cli, npipe, stream, __location__)
+bool tstream_is_cli_np(struct tstream_context *stream);
+
#endif /* _CLI_NP_TSTREAM_H_ */