Skip to content
  • Niels Möller's avatar
    * src/channel.c (do_exc_finish_channel_handler): Renamed · 7db4451a
    Niels Möller authored
    do_finish_channel_handler.
    (do_exc_channel_request_handler): Renamed
    do_channel_request_handler.
    (do_global_request_success): Replace with a definition that uses
    DEFINE_PACKET_HANDLER.
    (do_global_request_failure): Likewise.
    (do_channel_request): Likewise.
    (do_channel_open): Likewise.
    (do_window_adjust): Likewise.
    (do_channel_data): Likewise.
    (do_channel_extended_data): Likewise.
    (do_channel_eof): Likewise.
    (do_channel_close): Likewise.
    (do_channel_open_confirm): Likewise.
    (do_channel_open_failure): Likewise.
    (do_channel_success): Likewise.
    (do_channel_failure): Likewise.
    (init_connection_service): New function. Most of the code in
    connection_service_command moved here.
    
    Rev: src/channel.c:1.85
    Rev: src/channel.h:1.60
    7db4451a