Prevent network errors from summarily closing the window when CoE is off
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index bc9d689..8de3aff 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -241,6 +241,7 @@ void palette_reset (void);
 void write_clip (void *, int);
 void get_clip (void **, int *);
 void optimised_move (int, int, int);
+void connection_fatal(char *, ...);
 void fatalbox (char *, ...);
 void beep (int);
 #define OPTIMISE_IS_SCROLL 1