diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-02-03 17:55:56 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-02-03 17:55:56 +0000 |
commit | 5955c5d82420a037fd16747f841421f8f16e89af (patch) | |
tree | f3df1b0c9b294bbcc767615e3db5b1db661aa74c /usr.bin/ssh/channels.h | |
parent | c6f2138335def6373e3a1b2d448e68d2e0b3636a (diff) |
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 *); |