summaryrefslogtreecommitdiffstats
path: root/hostfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'hostfile.h')
-rw-r--r--hostfile.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/hostfile.h b/hostfile.h
index 9c2353bf..dbdbd8f3 100644
--- a/hostfile.h
+++ b/hostfile.h
@@ -21,8 +21,10 @@
typedef enum {
HOST_OK, HOST_NEW, HOST_CHANGED
} HostStatus;
+
HostStatus
-check_host_in_hostfile(const char *filename, const char *host, Key *key, Key *found);
+check_host_in_hostfile(const char *filename, const char *host, Key *key,
+ Key *found, int *line);
/*
* Appends an entry to the host file. Returns false if the entry could not