Francois Gouget : kerberos: Make accept_context() static.
Module: wine Branch: master Commit: efe44b5702bb2dbc7ea56e8d50037f7e1d76a2f7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=efe44b5702bb2dbc7ea56e8d5... Author: Francois Gouget <fgouget(a)free.fr> Date: Mon Aug 30 17:24:20 2021 +0200 kerberos: Make accept_context() static. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/kerberos/unixlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/kerberos/unixlib.c b/dlls/kerberos/unixlib.c index 6f53609e2ed..cceb99b2b36 100644 --- a/dlls/kerberos/unixlib.c +++ b/dlls/kerberos/unixlib.c @@ -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 ) {
participants (1)
-
Alexandre Julliard