From dda1497a1e88c6cb8b8d91a7bc61283b697e8ea0 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 15 Apr 2014 00:06:14 +0200 Subject: Added plink noterm.c winhsock.c --- tools/plink/noterm.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tools/plink/noterm.c (limited to 'tools/plink/noterm.c') diff --git a/tools/plink/noterm.c b/tools/plink/noterm.c new file mode 100644 index 000000000..4ca99fa20 --- /dev/null +++ b/tools/plink/noterm.c @@ -0,0 +1,11 @@ +/* + * Stubs of functions in terminal.c, for use in programs that don't + * have a terminal. + */ + +#include "putty.h" +#include "terminal.h" + +void term_nopaste(Terminal *term) +{ +} -- cgit v1.2.3