]> andersk Git - openssh.git/blobdiff - hostfile.h
One way to massive patch. <sigh> It compiles and works under Linux..
[openssh.git] / hostfile.h
index 9c2353bf986d80fc2f76634a11a21fde09e76423..dbdbd8f33f0e60a4881af462609c2aac4703d601 100644 (file)
 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
This page took 1.681074 seconds and 4 git commands to generate.