#ifndef HOSTKEY_H
#define HOSTKEY_H

extern char * verify_ssh_host_key(WChar *host, struct RSAKey *key);

#endif
