=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/clientloop.c,v retrieving revision 1.384 retrieving revision 1.385 diff -u -r1.384 -r1.385 --- src/usr.bin/ssh/clientloop.c 2022/11/28 01:38:22 1.384 +++ src/usr.bin/ssh/clientloop.c 2022/11/29 22:41:14 1.385 @@ -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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -767,8 +767,8 @@ return 1; } -void -client_repledge() +static void +client_repledge(void) { debug3_f("enter");