summaryrefslogtreecommitdiffstats
path: root/hostfile.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-18 17:27:38 +0000
committerdes <des@FreeBSD.org>2013-09-18 17:27:38 +0000
commitff2597d3eebc3da3f7cf2a638607274cad9b199e (patch)
treea3ace41867a87a4a940a57f82cd20c283e6aa7cb /hostfile.h
parentf054e5cb18d6e2020eb4fe568cc383ac22fa23c4 (diff)
downloadFreeBSD-src-ff2597d3eebc3da3f7cf2a638607274cad9b199e.zip
FreeBSD-src-ff2597d3eebc3da3f7cf2a638607274cad9b199e.tar.gz
Vendor import of OpenSSH 6.3p1
Diffstat (limited to 'hostfile.h')
-rw-r--r--hostfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hostfile.h b/hostfile.h
index d84d422..679c034 100644
--- a/hostfile.h
+++ b/hostfile.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hostfile.h,v 1.19 2010/11/29 23:45:51 djm Exp $ */
+/* $OpenBSD: hostfile.h,v 1.20 2013/07/12 00:19:58 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -40,7 +40,7 @@ HostStatus check_key_in_hostkeys(struct hostkeys *, Key *,
int lookup_key_in_hostkeys_by_type(struct hostkeys *, int,
const struct hostkey_entry **);
-int hostfile_read_key(char **, u_int *, Key *);
+int hostfile_read_key(char **, int *, Key *);
int add_host_to_hostfile(const char *, const char *, const Key *, int);
#define HASH_MAGIC "|1|"
OpenPOWER on IntegriCloud