]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - noterm.c
first pass
[PuTTY.git] / noterm.c
1 /*
2  * Stubs of functions in terminal.c, for use in programs that don't
3  * have a terminal.
4  */
5
6 #include "putty.h"
7 #include "terminal.h"
8
9 void term_nopaste(Terminal *term)
10 {
11 }