diff options
author | marha <marha@users.sourceforge.net> | 2014-04-15 00:06:41 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-04-15 00:06:41 +0200 |
commit | f71c26b457102d76780cf6a6ba9c667dd377a4e9 (patch) | |
tree | 43bd9195e858230eae3f20b2c81f12de8c0b3c33 /tools/plink/noterm.c | |
parent | 95733096c20d28f239759fc28c6284f622003f09 (diff) | |
parent | dda1497a1e88c6cb8b8d91a7bc61283b697e8ea0 (diff) | |
download | vcxsrv-f71c26b457102d76780cf6a6ba9c667dd377a4e9.tar.gz vcxsrv-f71c26b457102d76780cf6a6ba9c667dd377a4e9.tar.bz2 vcxsrv-f71c26b457102d76780cf6a6ba9c667dd377a4e9.zip |
Merge remote-tracking branch 'origin/released'
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) +{ +} |