summaryrefslogtreecommitdiff
path: root/source3/rpc_client
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-08 15:18:08 -0400
committerSimo Sorce <idra@samba.org>2010-07-08 18:38:56 -0400
commit1796767a36fcd880139eb40176c7bcb34fd4ec90 (patch)
treea4e346532aa4bef893465154f0a52b742a32eb09 /source3/rpc_client
parenta054832f4fda4a158c1d0bf6fa2646bd5835aa2e (diff)
downloadsamba-1796767a36fcd880139eb40176c7bcb34fd4ec90.tar.gz
samba-1796767a36fcd880139eb40176c7bcb34fd4ec90.tar.bz2
samba-1796767a36fcd880139eb40176c7bcb34fd4ec90.zip
s3-dcerpc: make dcerpc_pull_dcerpc_auth() public
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/cli_pipe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c
index b3aaf9df3e..b9b04b6fe0 100644
--- a/source3/rpc_client/cli_pipe.c
+++ b/source3/rpc_client/cli_pipe.c
@@ -404,9 +404,9 @@ static NTSTATUS dcerpc_push_schannel_bind(TALLOC_CTX *mem_ctx,
/*******************************************************************
********************************************************************/
-static NTSTATUS dcerpc_pull_dcerpc_auth(TALLOC_CTX *mem_ctx,
- const DATA_BLOB *blob,
- struct dcerpc_auth *r)
+NTSTATUS dcerpc_pull_dcerpc_auth(TALLOC_CTX *mem_ctx,
+ const DATA_BLOB *blob,
+ struct dcerpc_auth *r)
{
enum ndr_err_code ndr_err;