From eea46d13de9878723a6b97192e0e29b74149a6e7 Mon Sep 17 00:00:00 2001 From: mouring Date: Wed, 4 Jul 2001 05:10:27 +0000 Subject: [PATCH] - stevesk@cvs.openbsd.org 2001/06/29 18:38:44 [clientloop.c] sync function definition with declaration; ok markus@ --- ChangeLog | 3 +++ clientloop.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d640753a..229bd8dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -105,6 +105,9 @@ - markus@cvs.openbsd.org 2001/06/29 07:11:01 [ssh-keygen.c] initialize early + - stevesk@cvs.openbsd.org 2001/06/29 18:38:44 + [clientloop.c] + sync function definition with declaration; ok markus@ 20010629 - (bal) Removed net_aton() since we don't use it any more diff --git a/clientloop.c b/clientloop.c index 05bcc3ad..70619aa6 100644 --- a/clientloop.c +++ b/clientloop.c @@ -59,7 +59,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: clientloop.c,v 1.78 2001/06/25 08:25:36 markus Exp $"); +RCSID("$OpenBSD: clientloop.c,v 1.79 2001/06/29 18:38:44 stevesk Exp $"); #include "ssh.h" #include "ssh1.h" @@ -1271,7 +1271,7 @@ client_init_dispatch_15(void) dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_ieof); dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, & channel_input_oclose); } -void +static void client_init_dispatch(void) { if (compat20) -- 2.45.2