diff options
author | damien <damien> | 2000-04-16 01:18:38 +0000 |
---|---|---|
committer | damien <damien> | 2000-04-16 01:18:38 +0000 |
commit | 8c2a627228e29d2cfa293c521df7b9c9bf6b4361 (patch) | |
tree | 4060aa5e88cf0146576068a8cccbb944915009a0 /hostfile.h | |
parent | b7f20d5d82bfab6c5bf198a8d2d44c207bdf9287 (diff) | |
download | openssh-8c2a627228e29d2cfa293c521df7b9c9bf6b4361.tar.gz |
- 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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); /* |