summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-08 10:43:34 +0100
committerVolker Lendecke <vl@samba.org>2009-11-08 13:12:14 +0100
commit9621306351cdb469ef393a6d8cbeea456bc4bd9f (patch)
treef3317aca52f1ca5c3cc9f7ed4a429250295941d4 /source3/include
parentdaa964013bc5d036f4da571ce22c0052ef40943a (diff)
downloadsamba-9621306351cdb469ef393a6d8cbeea456bc4bd9f.tar.gz
samba-9621306351cdb469ef393a6d8cbeea456bc4bd9f.tar.bz2
samba-9621306351cdb469ef393a6d8cbeea456bc4bd9f.zip
s3: Consolidate getting the name out of a pipes_struct
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index a0355732e7..3d62e505b3 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5836,6 +5836,7 @@ bool api_pipe_request(pipes_struct *p);
pipes_struct *get_first_internal_pipe(void);
pipes_struct *get_next_internal_pipe(pipes_struct *p);
+const char *get_pipe_name_tos(struct pipes_struct *p);
bool fsp_is_np(struct files_struct *fsp);
NTSTATUS np_open(TALLOC_CTX *mem_ctx, const char *name,