diff options
Diffstat (limited to 'sshconnect.h')
-rw-r--r-- | sshconnect.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sshconnect.h b/sshconnect.h index fd7f7f7c6..0ea6e99f6 100644 --- a/sshconnect.h +++ b/sshconnect.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshconnect.h,v 1.27 2010/11/29 23:45:51 djm Exp $ */ | 1 | /* $OpenBSD: sshconnect.h,v 1.28 2013/10/16 02:31:47 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -31,9 +31,9 @@ struct Sensitive { | |||
31 | int external_keysign; | 31 | int external_keysign; |
32 | }; | 32 | }; |
33 | 33 | ||
34 | int | 34 | struct addrinfo; |
35 | ssh_connect(const char *, struct sockaddr_storage *, u_short, int, int, | 35 | int ssh_connect(const char *, struct addrinfo *, struct sockaddr_storage *, |
36 | int *, int, int, const char *); | 36 | u_short, int, int, int *, int, int); |
37 | void ssh_kill_proxy_command(void); | 37 | void ssh_kill_proxy_command(void); |
38 | 38 | ||
39 | void ssh_login(Sensitive *, const char *, struct sockaddr *, u_short, | 39 | void ssh_login(Sensitive *, const char *, struct sockaddr *, u_short, |