kerberos: Make accept_context() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2021-08-30 17:24:20 +02:00 committed by Alexandre Julliard
parent e201c4f36e
commit efe44b5702
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ static ULONG flags_gss_to_asc_ret( ULONG flags )
return ret;
}
NTSTATUS CDECL accept_context( LSA_SEC_HANDLE credential, LSA_SEC_HANDLE context, SecBufferDesc *input,
static NTSTATUS CDECL accept_context( LSA_SEC_HANDLE credential, LSA_SEC_HANDLE context, SecBufferDesc *input,
LSA_SEC_HANDLE *new_context, SecBufferDesc *output, ULONG *context_attr,
TimeStamp *expiry )
{