Keep parent pointers valid during deletion
[sgt/putty] / putty.h
diff --git a/putty.h b/putty.h
index 1ab5b99..4b64892 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -249,6 +249,7 @@ void connection_fatal(char *, ...);
 void fatalbox (char *, ...);
 void beep (int);
 void begin_session(void);
+void sys_cursor(int x, int y);
 #define OPTIMISE_IS_SCROLL 1
 
 /*
@@ -269,7 +270,8 @@ void do_defaults (char *);
 void logevent (char *);
 void showeventlog (HWND);
 void showabout (HWND);
-void verify_ssh_host_key(char *host, char *keystr);
+void verify_ssh_host_key(char *host, int port, char *keytype,
+                         char *keystr, char *fingerprint);
 void get_sesslist(int allocate);
 void registry_cleanup(void);