diff options
author | 2001-06-29 18:38:44 +0000 | |
---|---|---|
committer | 2001-06-29 18:38:44 +0000 | |
commit | efa05494d3cc72411fd3eab8c7d9eb0072857b23 (patch) | |
tree | 7414a8c4978473a6639c5a248bb2b845850e5f33 /usr.bin/ssh/clientloop.c | |
parent | move pf_test check to happen after checksum calculation - without (diff) | |
download | wireguard-openbsd-efa05494d3cc72411fd3eab8c7d9eb0072857b23.tar.xz wireguard-openbsd-efa05494d3cc72411fd3eab8c7d9eb0072857b23.zip |
sync function definition with declaration; ok markus@
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r-- | usr.bin/ssh/clientloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c index 05bcc3add87..70619aa6079 100644 --- a/usr.bin/ssh/clientloop.c +++ b/usr.bin/ssh/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) |