X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/83372d79842f9a9c3debfb7a88456d24bfa34354..755e0524eb217ebed9f649405fa2624b26f0fb29:/unix/uxcons.c diff --git a/unix/uxcons.c b/unix/uxcons.c index b5bf840b..7f05d1fa 100644 --- a/unix/uxcons.c +++ b/unix/uxcons.c @@ -31,6 +31,10 @@ void cleanup_exit(int code) exit(code); } +void set_busy_status(void *frontend, int status) +{ +} + void update_specials_menu(void *frontend) { }