summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-10-31 19:28:16 +0100
committerVolker Lendecke <vl@samba.org>2009-11-07 09:14:15 +0100
commit2aa0af98677389359ee004c8b0030ab4faf0da98 (patch)
tree5e596989f4f93d8350d0fbbc6d6bca1474e77ac4 /source3/include
parentbd2ffb1c7a70ef9063b99a9318b3e185ddda84fe (diff)
downloadsamba-2aa0af98677389359ee004c8b0030ab4faf0da98.tar.gz
samba-2aa0af98677389359ee004c8b0030ab4faf0da98.tar.bz2
samba-2aa0af98677389359ee004c8b0030ab4faf0da98.zip
s3: get_pipe_name_from_iface -> get_pipe_name_from_syntax
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 49d01003b5..9328c927ee 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5703,7 +5703,8 @@ 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 *get_pipe_name_from_iface(const struct ndr_syntax_id *interface);
+const char *get_pipe_name_from_syntax(TALLOC_CTX *mem_ctx,
+ const struct ndr_syntax_id *interface);
void init_rpc_hdr(RPC_HDR *hdr, enum dcerpc_pkt_type pkt_type, uint8 flags,
uint32 call_id, int data_len, int auth_len);
bool smb_io_rpc_hdr(const char *desc, RPC_HDR *rpc, prs_struct *ps, int depth);