diff options
author | Volker Lendecke <vl@samba.org> | 2008-05-12 23:37:07 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-21 23:35:25 +0200 |
commit | e8d25443c17c7c52627e7addd3a35f0646d60d38 (patch) | |
tree | b40f2b18eb53ccfb745c457e84ac6d04b9cd9e85 /source3/include | |
parent | 78022953e7911a9ca7e71788b0b033b4d858126f (diff) | |
download | samba-e8d25443c17c7c52627e7addd3a35f0646d60d38.tar.gz samba-e8d25443c17c7c52627e7addd3a35f0646d60d38.tar.bz2 samba-e8d25443c17c7c52627e7addd3a35f0646d60d38.zip |
Add client support for NCACN_UNIX_STREAM
(This used to be commit 24ac40518f79fd480baaedc1d42f3b6fe8ea1c94)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2b07b25652..f76e43ac64 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7065,6 +7065,9 @@ NTSTATUS rpc_pipe_open_tcp(TALLOC_CTX *mem_ctx, const char *host, uint16_t port, const struct ndr_syntax_id *abstract_syntax, struct rpc_pipe_client **presult); +NTSTATUS rpc_pipe_open_ncalrpc(TALLOC_CTX *mem_ctx, const char *socket_path, + const struct ndr_syntax_id *abstract_syntax, + struct rpc_pipe_client **presult); struct rpc_pipe_client *cli_rpc_pipe_open_noauth(struct cli_state *cli, int pipe_idx, NTSTATUS *perr); struct rpc_pipe_client *cli_rpc_pipe_open_ntlmssp(struct cli_state *cli, int pipe_idx, |