summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-14 06:29:20 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-14 06:29:20 +0000
commit935dc98f6670ba630bd2086ef9eddcc94a0562e2 (patch)
tree7e6fce2b60b7687057824dcc04aa8f76e649969c /source3/include/proto.h
parent99208208fa37483f2a97c004355628423e0c40eb (diff)
downloadsamba-935dc98f6670ba630bd2086ef9eddcc94a0562e2.tar.gz
samba-935dc98f6670ba630bd2086ef9eddcc94a0562e2.tar.bz2
samba-935dc98f6670ba630bd2086ef9eddcc94a0562e2.zip
dce/rpc
(This used to be commit 69f5f9f88935de1f63ffc9aa19c0629b395e66e6)
Diffstat (limited to 'source3/include/proto.h')
-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 e594780535..8a0ff12ed9 100644
--- a/source3/include/proto.h
+++ b/source3/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);