diff options
author | Damien Miller <djm@mindrot.org> | 2002-09-12 09:52:46 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-09-12 09:52:46 +1000 |
commit | 789e95dbe931bad60cb5f91d995470f433f4e02b (patch) | |
tree | fc7a3a6b129ee0b4ebfc64185765acfabe84f757 /authfd.h | |
parent | b5fdfaae13daa5340725ab9418943f1da3d9f7e8 (diff) |
- stevesk@cvs.openbsd.org 2002/09/11 18:27:26
[authfd.c authfd.h ssh.c]
don't connect to agent to test for presence if we've previously
connected; ok markus@
Diffstat (limited to 'authfd.h')
-rw-r--r-- | authfd.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: authfd.h,v 1.30 2002/06/19 00:27:55 deraadt Exp $ */ | 1 | /* $OpenBSD: authfd.h,v 1.31 2002/09/11 18:27:25 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -66,6 +66,7 @@ typedef struct { | |||
66 | int howmany; | 66 | int howmany; |
67 | } AuthenticationConnection; | 67 | } AuthenticationConnection; |
68 | 68 | ||
69 | int ssh_agent_present(void); | ||
69 | int ssh_get_authentication_socket(void); | 70 | int ssh_get_authentication_socket(void); |
70 | void ssh_close_authentication_socket(int); | 71 | void ssh_close_authentication_socket(int); |
71 | 72 | ||