diff options
author | 2006-03-20 18:48:34 +0000 | |
---|---|---|
committer | 2006-03-20 18:48:34 +0000 | |
commit | a771861f4394d3a7b58114c580e90fb572a69672 (patch) | |
tree | 85097277b5dbd7d98dd4ba192895691c1f1265aa /usr.bin/ssh/serverloop.c | |
parent | be strict with tolower() casting (diff) | |
download | wireguard-openbsd-a771861f4394d3a7b58114c580e90fb572a69672.tar.xz wireguard-openbsd-a771861f4394d3a7b58114c580e90fb572a69672.zip |
spacing
Diffstat (limited to 'usr.bin/ssh/serverloop.c')
-rw-r--r-- | usr.bin/ssh/serverloop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ssh/serverloop.c b/usr.bin/ssh/serverloop.c index 0f73a9fecf4..1afd0a1cb66 100644 --- a/usr.bin/ssh/serverloop.c +++ b/usr.bin/ssh/serverloop.c @@ -1092,6 +1092,7 @@ server_input_global_request(int type, u_int32_t seq, void *ctxt) } xfree(rtype); } + static void server_input_channel_req(int type, u_int32_t seq, void *ctxt) { |