diff options
author | 2002-02-03 17:55:55 +0000 | |
---|---|---|
committer | 2002-02-03 17:55:55 +0000 | |
commit | 60da26967ad737b2cb22fd2c573423235ac7adbb (patch) | |
tree | 966a9616e062d7e9621f3f74db850437444d0992 /usr.bin/ssh/channels.h | |
parent | don't use channel_input_channel_request and callback (diff) | |
download | wireguard-openbsd-60da26967ad737b2cb22fd2c573423235ac7adbb.tar.xz wireguard-openbsd-60da26967ad737b2cb22fd2c573423235ac7adbb.zip |
remove unused channel_input_channel_request
Diffstat (limited to 'usr.bin/ssh/channels.h')
-rw-r--r-- | usr.bin/ssh/channels.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/channels.h b/usr.bin/ssh/channels.h index 6c6008f91b8..fa43b8ea69d 100644 --- a/usr.bin/ssh/channels.h +++ b/usr.bin/ssh/channels.h @@ -32,7 +32,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* RCSID("$OpenBSD: channels.h,v 1.60 2002/01/16 13:17:51 markus Exp $"); */ +/* RCSID("$OpenBSD: channels.h,v 1.61 2002/02/03 17:55:55 markus Exp $"); */ #ifndef CHANNEL_H #define CHANNEL_H @@ -157,7 +157,6 @@ int channel_close_fd(int *); /* protocol handler */ -void channel_input_channel_request(int, u_int32_t, void *); void channel_input_close(int, u_int32_t, void *); void channel_input_close_confirmation(int, u_int32_t, void *); void channel_input_data(int, u_int32_t, void *); |