summaryrefslogtreecommitdiff
path: root/hostfile.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-16 11:18:38 +1000
committerDamien Miller <djm@mindrot.org>2000-04-16 11:18:38 +1000
commit4af51306d9a51459a5bef922df1037f876ae51fe (patch)
tree09ecfc215fce82345a3259f8a0f384b9a67906f0 /hostfile.h
parent5d1705ecf9bd3216dc99a84242bcdf2e7297d307 (diff)
- OpenBSD CVS updates.
[ssh.1 ssh.c] - ssh -2 [auth.c channels.c clientloop.c packet.c packet.h serverloop.c] [session.c sshconnect.c] - check payload for (illegal) extra data [ALL] - whitespace cleanup
Diffstat (limited to 'hostfile.h')
-rw-r--r--hostfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostfile.h b/hostfile.h
index 64fe185da..c9bdd7f2e 100644
--- a/hostfile.h
+++ b/hostfile.h
@@ -10,7 +10,7 @@
10typedef enum { 10typedef enum {
11 HOST_OK, HOST_NEW, HOST_CHANGED 11 HOST_OK, HOST_NEW, HOST_CHANGED
12} HostStatus; 12} HostStatus;
13HostStatus 13HostStatus
14check_host_in_hostfile(const char *filename, const char *host, Key *key, Key *found); 14check_host_in_hostfile(const char *filename, const char *host, Key *key, Key *found);
15 15
16/* 16/*