Add a parameter to write_clip() so that windlg.c need not call term_deselect
[u/mdw/putty] / scp.c
diff --git a/scp.c b/scp.c
index ad1e69a..53db80a 100644 (file)
--- a/scp.c
+++ b/scp.c
@@ -77,7 +77,7 @@ static void gui_update_stats(char *name, unsigned long size, int percentage, tim
  * (should) never get called.
  */
 void begin_session(void) { }
-void write_clip (void *data, int len) { }
+void write_clip (void *data, int len, int must_deselect) { }
 void term_deselect(void) { }
 
 /* GUI Adaptation - Sept 2000 */