X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/46a3419bd5693b8b3e42290e370d10aa82c67b61..125105d16c788398562ac03e91ce7a0dc0292492:/unix/ptermm.c diff --git a/unix/ptermm.c b/unix/ptermm.c index 9a27f23c..128f3102 100644 --- a/unix/ptermm.c +++ b/unix/ptermm.c @@ -3,6 +3,7 @@ */ #include +#include #include "putty.h" @@ -16,6 +17,16 @@ 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); +} + int process_nonoption_arg(char *arg, Config *cfg) { return 0; /* pterm doesn't have any. */