diff options
author | Volker Lendecke <vl@samba.org> | 2009-01-22 11:36:16 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-01-22 11:38:00 +0100 |
commit | 3662c2b0f648d1719cbb26f9abfc61dbe03f8a2a (patch) | |
tree | 3ca3b0502c8ac064cc22e3821c22e5c35d5d9a13 /source3/include | |
parent | 63e23a7d648cb608a9834b4397c0aed765a1d459 (diff) | |
download | samba-3662c2b0f648d1719cbb26f9abfc61dbe03f8a2a.tar.gz samba-3662c2b0f648d1719cbb26f9abfc61dbe03f8a2a.tar.bz2 samba-3662c2b0f648d1719cbb26f9abfc61dbe03f8a2a.zip |
cli_get_pipe_name_from_iface does not need the cli_state
I leave the TALLOC_CTX in, we might have to allocate it in the future
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 1445b10914..632f820b24 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5771,7 +5771,6 @@ bool prs_data_blob(prs_struct *prs, DATA_BLOB *blob, TALLOC_CTX *mem_ctx); /* The following definitions come from rpc_parse/parse_rpc.c */ const char *cli_get_pipe_name_from_iface(TALLOC_CTX *mem_ctx, - struct cli_state *cli, const struct ndr_syntax_id *interface); void init_rpc_hdr(RPC_HDR *hdr, enum RPC_PKT_TYPE pkt_type, uint8 flags, uint32 call_id, int data_len, int auth_len); |