X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/ec8679e9b667dd6de9ef29e0d01085b219901e3b..100122a9630f497dce8016811821997da2335e10:/putty.h diff --git a/putty.h b/putty.h index 016c56c8..4b64892e 100644 --- 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, int port, char *keytype, + char *keystr, char *fingerprint); void get_sesslist(int allocate); void registry_cleanup(void);