From 4dc8aa85ced77e9e02dea6939edd4d3564b5086e Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 15 May 2000 04:37:24 +0000 Subject: Initial import of OpenSSH v2.1. --- crypto/openssh/hostfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/openssh/hostfile.h') 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); /* -- cgit v1.1