summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-07-12 12:56:00 +0200
committerVolker Lendecke <vl@samba.org>2008-07-26 13:20:10 +0200
commit33cbe2f88ce411718db1d37a0e2f9d19e931e383 (patch)
tree933f8d21ded4253aafa8f9696194ac391aed655e /source3/include/proto.h
parenta803f0a9204fc917668b68ca67ff02e8f9ed0262 (diff)
downloadsamba-33cbe2f88ce411718db1d37a0e2f9d19e931e383.tar.gz
samba-33cbe2f88ce411718db1d37a0e2f9d19e931e383.tar.bz2
samba-33cbe2f88ce411718db1d37a0e2f9d19e931e383.zip
make read/write to internal pipes available externally
(This used to be commit e11b5cb1e061caf4c3793fb402ca6bee95a8f26c)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 6e503efadd..d1d2c90905 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -8849,6 +8849,9 @@ struct pipes_struct *make_internal_rpc_pipe_p(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);
/* The following definitions come from rpc_server/srv_samr_nt.c */