Enable copying the Event Log
[u/mdw/putty] / plink.c
diff --git a/plink.c b/plink.c
index 0a74062..6f979e5 100644 (file)
--- a/plink.c
+++ b/plink.c
@@ -33,6 +33,12 @@ void connection_fatal (char *p, ...) {
     exit(1);
 }
 
+/*
+ * Stubs for linking with other modules.
+ */
+void write_clip (void *data, int len) { }
+void term_deselect(void) { }
+
 HANDLE outhandle;
 DWORD orig_console_mode;