=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/authfd.h,v retrieving revision 1.21.2.3 retrieving revision 1.21.2.4 diff -u -r1.21.2.3 -r1.21.2.4 --- src/usr.bin/ssh/authfd.h 2002/06/22 07:23:17 1.21.2.3 +++ src/usr.bin/ssh/authfd.h 2002/10/11 14:53:06 1.21.2.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: authfd.h,v 1.21.2.3 2002/06/22 07:23:17 miod Exp $ */ +/* $OpenBSD: authfd.h,v 1.21.2.4 2002/10/11 14:53:06 miod Exp $ */ /* * Author: Tatu Ylonen @@ -66,6 +66,7 @@ int howmany; } AuthenticationConnection; +int ssh_agent_present(void); int ssh_get_authentication_socket(void); void ssh_close_authentication_socket(int);