s3-dcerpc: make dcerpc_pull_dcerpc_auth() public
authorSimo Sorce <idra@samba.org>
Thu, 8 Jul 2010 19:18:08 +0000 (15:18 -0400)
committerSimo Sorce <idra@samba.org>
Thu, 8 Jul 2010 22:38:56 +0000 (18:38 -0400)
source3/include/proto.h
source3/rpc_client/cli_pipe.c

index 4300d3fc6d7ab1c39f71ba6d1ad5d5ab587d487f..860e19d2c33a3a4d12cbe3b0cc3694f4d987e57b 100644 (file)
@@ -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,
index b3aaf9df3e85b041626decc1f058989bab827a52..b9b04b6fe0bdb32636824903dfcfa6b4d2495483 100644 (file)
@@ -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;