From 9621306351cdb469ef393a6d8cbeea456bc4bd9f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Nov 2009 10:43:34 +0100 Subject: s3: Consolidate getting the name out of a pipes_struct --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') 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, -- cgit