summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/hostfile.h
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-04-14 10:30:35 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-04-14 10:30:35 +0000
commit1474d2d4568d5bcd006e338c6073e91d5c571412 (patch)
treea8da7eaca38cf33d5431625f1c779c6b71ea6a2e /usr.bin/ssh/hostfile.h
parentd03442ba263d0a1dcc4c61728720cfbfe1d3c0dd (diff)
whitespace cleanup
Diffstat (limited to 'usr.bin/ssh/hostfile.h')
-rw-r--r--usr.bin/ssh/hostfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/hostfile.h b/usr.bin/ssh/hostfile.h
index 64fe185da9f..c9bdd7f2e49 100644
--- a/usr.bin/ssh/hostfile.h
+++ b/usr.bin/ssh/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);
/*