]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Fix a double error handling goof in the winstore side of the jump list
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index 6534da7403f3f83bb059f99b0488ff4249212f2b..e5c641d30faa03fce236d3c000e70afa1b66206c 100644 (file)
--- 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