summaryrefslogtreecommitdiff
path: root/hostfile.h
diff options
context:
space:
mode:
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/*