[clientloop.c]
     sync function definition with declaration; ok markus@
This commit is contained in:
Ben Lindstrom 2001-07-04 05:10:27 +00:00
parent d6e049cd59
commit db47f383e6
2 changed files with 6 additions and 3 deletions

View File

@ -105,6 +105,9 @@
- markus@cvs.openbsd.org 2001/06/29 07:11:01 - markus@cvs.openbsd.org 2001/06/29 07:11:01
[ssh-keygen.c] [ssh-keygen.c]
initialize early initialize early
- stevesk@cvs.openbsd.org 2001/06/29 18:38:44
[clientloop.c]
sync function definition with declaration; ok markus@
20010629 20010629
- (bal) Removed net_aton() since we don't use it any more - (bal) Removed net_aton() since we don't use it any more
@ -5932,4 +5935,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - 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 $

View File

@ -59,7 +59,7 @@
*/ */
#include "includes.h" #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 "ssh.h"
#include "ssh1.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, &channel_input_ieof);
dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, & channel_input_oclose); dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, & channel_input_oclose);
} }
void static void
client_init_dispatch(void) client_init_dispatch(void)
{ {
if (compat20) if (compat20)