summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-10-13 19:40:43 +0200
committerVolker Lendecke <vl@samba.org>2008-10-13 20:59:34 +0200
commit76dfca1569f93a2b1b49244c4ae2e6a9834034f2 (patch)
tree71e511080c5a118f836bf6393e1a19e18695d289 /source3/include
parenta781b78417b6d7b875230dd2edcb932445aa4197 (diff)
downloadsamba-76dfca1569f93a2b1b49244c4ae2e6a9834034f2.tar.gz
samba-76dfca1569f93a2b1b49244c4ae2e6a9834034f2.tar.bz2
samba-76dfca1569f93a2b1b49244c4ae2e6a9834034f2.zip
Make the internal pipe functions static
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index cb0446889c..40b89a1780 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -8693,14 +8693,6 @@ pipes_struct *get_first_internal_pipe(void);
pipes_struct *get_next_internal_pipe(pipes_struct *p);
void set_pipe_handle_offset(int max_open_files);
void init_rpc_pipe_hnd(void);
-struct pipes_struct *make_internal_rpc_pipe_p(TALLOC_CTX *mem_ctx,
- const char *pipe_name,
- const char *client_address,
- struct auth_serversupplied_info *server_info,
- uint16_t vuid);
-ssize_t read_from_internal_pipe(struct pipes_struct *p, char *data, size_t n,
- bool *is_data_outstanding);
-ssize_t write_to_internal_pipe(struct pipes_struct *p, char *data, size_t n);
bool fsp_is_np(struct files_struct *fsp);
NTSTATUS np_open(struct smb_request *smb_req, struct connection_struct *conn,