upstream: Add void to client_repledge args to fix compiler warning. ok djm@

OpenBSD-Commit-ID: 7e964a641ce4a0a0a11f047953b29929d7a4b866
This commit is contained in:
dtucker@openbsd.org 2022-11-29 22:41:14 +00:00 committed by Darren Tucker
parent 815c470493
commit 4a1805d532
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $OpenBSD: clientloop.c,v 1.384 2022/11/28 01:38:22 djm Exp $ */
/* $OpenBSD: clientloop.c,v 1.385 2022/11/29 22:41:14 dtucker Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@ -776,8 +776,8 @@ can_update_hostkeys(void)
return 1;
}
void
client_repledge()
static void
client_repledge(void)
{
debug3_f("enter");