Commit efe44b57 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

kerberos: Make accept_context() static.

parent e201c4f3
...@@ -493,7 +493,7 @@ static ULONG flags_gss_to_asc_ret( ULONG flags ) ...@@ -493,7 +493,7 @@ static ULONG flags_gss_to_asc_ret( ULONG flags )
return ret; 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, LSA_SEC_HANDLE *new_context, SecBufferDesc *output, ULONG *context_attr,
TimeStamp *expiry ) TimeStamp *expiry )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment