summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-16 03:58:13 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-16 03:58:13 -0700
commit7860817737158e5daa7596304dd9e35cb65ddcee (patch)
tree71c3c397aeea6b48541e16152be2ca6309c9dc99 /source3/include/proto.h
parentf391e64a82b8e6bf5862175d3ebd71ff8d4b08e8 (diff)
parentc405d721c1a84bd2bdab2d56dd89e232cabe7955 (diff)
downloadsamba-7860817737158e5daa7596304dd9e35cb65ddcee.tar.gz
samba-7860817737158e5daa7596304dd9e35cb65ddcee.tar.bz2
samba-7860817737158e5daa7596304dd9e35cb65ddcee.zip
Merge branch 'master' of /home/tridge/samba/git/combined
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,