Rationalised host key storage. Also started code reorg: persistent-state
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 016c56c..07990a6 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -270,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, char *keytype,
+                         char *keystr, char *fingerprint);
 void get_sesslist(int allocate);
 void registry_cleanup(void);