summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-07-04 05:10:27 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-07-04 05:10:27 +0000
commitdb47f383e6718b102dfe562e5c80f83330c08593 (patch)
treeb778c6f54d30bb09481fe5c1d4e417d5cd42c66a
parentd6e049cd59712b42ceb6d7cdfec254706c0480a2 (diff)
- stevesk@cvs.openbsd.org 2001/06/29 18:38:44
[clientloop.c] sync function definition with declaration; ok markus@
-rw-r--r--ChangeLog5
-rw-r--r--clientloop.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4627ec9e..09e3f192 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
@@ -5932,4 +5935,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1369 2001/07/04 05:08:39 mouring Exp $
+$Id: ChangeLog,v 1.1370 2001/07/04 05:10:27 mouring Exp $
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)