noterm.c 176 B

123456789101112
  1. /*
  2. * Stubs of functions in terminal.c, for use in programs that don't
  3. * have a terminal.
  4. */
  5. #include "putty.h"
  6. #include "terminal.h"
  7. void term_nopaste(Terminal *term)
  8. {
  9. }