summaryrefslogtreecommitdiff
path: root/authfd.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-09-12 09:52:46 +1000
committerDamien Miller <djm@mindrot.org>2002-09-12 09:52:46 +1000
commit789e95dbe931bad60cb5f91d995470f433f4e02b (patch)
treefc7a3a6b129ee0b4ebfc64185765acfabe84f757 /authfd.h
parentb5fdfaae13daa5340725ab9418943f1da3d9f7e8 (diff)
downloadopenssh-git-789e95dbe931bad60cb5f91d995470f433f4e02b.tar.gz
- 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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/authfd.h b/authfd.h
index b2767e5c..38ee49e8 100644
--- a/authfd.h
+++ b/authfd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: authfd.h,v 1.30 2002/06/19 00:27:55 deraadt Exp $ */
+/* $OpenBSD: authfd.h,v 1.31 2002/09/11 18:27:25 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -66,6 +66,7 @@ typedef struct {
int howmany;
} AuthenticationConnection;
+int ssh_agent_present(void);
int ssh_get_authentication_socket(void);
void ssh_close_authentication_socket(int);