X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/3f935d5bf975b26836da2fac5cd6e3df67a5e184..2e5b14c03fe4f9da42953ff99a602e6c90a2384f:/unix/ptermm.c?ds=inline diff --git a/unix/ptermm.c b/unix/ptermm.c index 128f3102..6cdeffc5 100644 --- a/unix/ptermm.c +++ b/unix/ptermm.c @@ -7,6 +7,8 @@ #include "putty.h" +const char *const appname = "pterm"; + Backend *select_backend(Config *cfg) { return &pty_backend; @@ -17,11 +19,6 @@ int cfgbox(Config *cfg) return 1; /* no-op in pterm */ } -void fatal_message_box(void *window, char *msg) -{ - /* also a no-op in pterm */ -} - void cleanup_exit(int code) { exit(code);