diff options
author | Simo Sorce <idra@samba.org> | 2010-07-08 15:18:08 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-08 18:38:56 -0400 |
commit | 1796767a36fcd880139eb40176c7bcb34fd4ec90 (patch) | |
tree | a4e346532aa4bef893465154f0a52b742a32eb09 /source3/include/proto.h | |
parent | a054832f4fda4a158c1d0bf6fa2646bd5835aa2e (diff) | |
download | samba-1796767a36fcd880139eb40176c7bcb34fd4ec90.tar.gz samba-1796767a36fcd880139eb40176c7bcb34fd4ec90.tar.bz2 samba-1796767a36fcd880139eb40176c7bcb34fd4ec90.zip |
s3-dcerpc: make dcerpc_pull_dcerpc_auth() public
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 4300d3fc6d..860e19d2c3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4854,6 +4854,9 @@ NTSTATUS dcerpc_push_dcerpc_auth(TALLOC_CTX *mem_ctx, uint32_t auth_context_id, const DATA_BLOB *credentials, DATA_BLOB *blob); +NTSTATUS dcerpc_pull_dcerpc_auth(TALLOC_CTX *mem_ctx, + const DATA_BLOB *blob, + struct dcerpc_auth *r); struct tevent_req *rpc_pipe_bind_send(TALLOC_CTX *mem_ctx, struct event_context *ev, struct rpc_pipe_client *cli, |