From 27847e8386a005b4369d99cad62215a113a0a0f9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Nov 2009 19:37:53 +0100 Subject: Revert "s3: Consolidate getting the name out of a pipes_struct" This reverts commit 9621306351cdb469ef393a6d8cbeea456bc4bd9f. --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 3d62e505b3..a0355732e7 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5836,7 +5836,6 @@ 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