[clientloop.c]
     sync function definition with declaration; ok markus@
This commit is contained in:
Ben Lindstrom 2001-07-04 05:10:27 +00:00
Родитель d6e049cd59
Коммит db47f383e6
2 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -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 $

Просмотреть файл

@ -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)