diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-14 06:29:20 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-14 06:29:20 +0000 |
commit | 69f5f9f88935de1f63ffc9aa19c0629b395e66e6 (patch) | |
tree | a7fc3653694e18a2232e1e635688dbfc0e06302f /source/include/proto.h | |
parent | bff457b4a469c03977683c4521464c41f74db1ae (diff) | |
download | samba-69f5f9f88935de1f63ffc9aa19c0629b395e66e6.tar.gz samba-69f5f9f88935de1f63ffc9aa19c0629b395e66e6.tar.xz samba-69f5f9f88935de1f63ffc9aa19c0629b395e66e6.zip |
dce/rpc
Diffstat (limited to 'source/include/proto.h')
-rw-r--r-- | source/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index e5947805356..8a0ff12ed9e 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -1558,7 +1558,8 @@ void make_rpc_hdr_autha(RPC_HDR_AUTHA *rai, void smb_io_rpc_hdr_autha(char *desc, RPC_HDR_AUTHA *rai, prs_struct *ps, int depth); void make_rpc_hdr_auth(RPC_HDR_AUTH *rai, uint8 auth_type, uint8 auth_level, - uint8 stub_type_len); + uint8 stub_type_len, + uint32 ptr); void smb_io_rpc_hdr_auth(char *desc, RPC_HDR_AUTH *rai, prs_struct *ps, int depth); void make_rpc_auth_verifier(RPC_AUTH_VERIFIER *rav, char *signature, uint32 msg_type); |