diff options
author | marha <marha@users.sourceforge.net> | 2014-04-15 00:06:14 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-04-15 00:06:14 +0200 |
commit | dda1497a1e88c6cb8b8d91a7bc61283b697e8ea0 (patch) | |
tree | fb2bc84af03d9482335bfe21e4b25f68c63327f9 /tools/plink/noterm.c | |
parent | c7a23c91d421c37cc2893f6f52a1dceb0c3e9f85 (diff) | |
download | vcxsrv-dda1497a1e88c6cb8b8d91a7bc61283b697e8ea0.tar.gz vcxsrv-dda1497a1e88c6cb8b8d91a7bc61283b697e8ea0.tar.bz2 vcxsrv-dda1497a1e88c6cb8b8d91a7bc61283b697e8ea0.zip |
Added plink noterm.c winhsock.c
Diffstat (limited to 'tools/plink/noterm.c')
-rw-r--r-- | tools/plink/noterm.c | 11 |
1 files changed, 11 insertions, 0 deletions
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) +{ +} |