X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=putty.h;h=e5c641d30faa03fce236d3c000e70afa1b66206c;hb=0cc6fb8bfea07360afeac83ba67aceffb56499c8;hp=6534da7403f3f83bb059f99b0488ff4249212f2b;hpb=d5836982e23d8a6176114e1073469950c4eaae37;p=PuTTY.git diff --git a/putty.h b/putty.h index 6534da74..e5c641d3 100644 --- a/putty.h +++ b/putty.h @@ -589,6 +589,7 @@ void get_clip(void *frontend, wchar_t **, int *); void optimised_move(void *frontend, int, int, int); void set_raw_mouse_mode(void *frontend, int); void connection_fatal(void *frontend, char *, ...); +void nonfatal(char *, ...); void fatalbox(char *, ...); void modalfatalbox(char *, ...); #ifdef macintosh