X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8d5de7770cde9b808c276bd86a0214189a8f7578..6f34e365eed04c1b4ebcf6d90511dd9e4400880a:/scp.c diff --git a/scp.c b/scp.c index 0b2a26c3..7466e433 100644 --- a/scp.c +++ b/scp.c @@ -68,12 +68,14 @@ static void send_str_msg(unsigned int msg_id, char *str); static void gui_update_stats(char *name, unsigned long size, int percentage, time_t elapsed); /* - * This function is needed to link with ssh.c, but it never gets called. + * These functions are needed to link with ssh.c, but never get called. */ void term_out(void) { abort(); } +void begin_session(void) { +} /* GUI Adaptation - Sept 2000 */ void send_msg(HWND h, UINT message, WPARAM wParam)