summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-16 08:54:31 +0200
committerGünther Deschner <gd@samba.org>2009-09-16 08:55:51 +0200
commit37bc80645358fc2e2eba465b451080b0d328c722 (patch)
tree028aad413237927e2a73aa2f01bd1f2e9d3795e3 /source3/include/proto.h
parentc5c04fcf90849d31ff4d0343dedec2c097823a7e (diff)
downloadsamba-37bc80645358fc2e2eba465b451080b0d328c722.tar.gz
samba-37bc80645358fc2e2eba465b451080b0d328c722.tar.bz2
samba-37bc80645358fc2e2eba465b451080b0d328c722.zip
s3-dcerpc: remove more obsolete or duplicate headers.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 8af6dba7b0..007ee9f223 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5712,7 +5712,7 @@ 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);
-void init_rpc_hdr(RPC_HDR *hdr, enum RPC_PKT_TYPE pkt_type, uint8 flags,
+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);
void init_rpc_context(RPC_CONTEXT *rpc_ctx, uint16 context_id,