diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-08-12 14:39:42 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-08-16 14:30:17 +0200 |
commit | dd16d3b2d6cdaa036fe12c80b06d9963d20f5b27 (patch) | |
tree | 8482f66171af102c82bbe6563bfff8506baf88a4 /source3/include | |
parent | d418f9f11abb5b5ed038acbaf5dbb2a656d39d87 (diff) | |
download | samba-dd16d3b2d6cdaa036fe12c80b06d9963d20f5b27.tar.gz samba-dd16d3b2d6cdaa036fe12c80b06d9963d20f5b27.tar.bz2 samba-dd16d3b2d6cdaa036fe12c80b06d9963d20f5b27.zip |
s3:rpc_client: remove unused rpc_pipe_open_local()
metze
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 80d23e5431..70a2102163 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4614,10 +4614,6 @@ NTSTATUS cli_rpc_pipe_open_spnego_krb5(struct cli_state *cli, NTSTATUS cli_get_session_key(TALLOC_CTX *mem_ctx, struct rpc_pipe_client *cli, DATA_BLOB *session_key); -NTSTATUS rpc_pipe_open_local(TALLOC_CTX *mem_ctx, - struct rpc_cli_smbd_conn *conn, - const struct ndr_syntax_id *syntax, - struct rpc_pipe_client **presult); /* The following definitions come from rpc_client/rpc_transport_np.c */ |