aboutsummaryrefslogtreecommitdiff
path: root/tools/plink/noterm.c
blob: 4ca99fa201b7734538d710322183c62e68405a02 (plain)
1
2
3
4
5
6
7
8
9
10
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)
{
}