diff options
Diffstat (limited to 'crypto/openssh/hostfile.h')
-rw-r--r-- | crypto/openssh/hostfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/hostfile.h b/crypto/openssh/hostfile.h index 64fe185..c9bdd7f 100644 --- a/crypto/openssh/hostfile.h +++ b/crypto/openssh/hostfile.h @@ -10,7 +10,7 @@ typedef enum { HOST_OK, HOST_NEW, HOST_CHANGED } HostStatus; -HostStatus +HostStatus check_host_in_hostfile(const char *filename, const char *host, Key *key, Key *found); /* |