=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/authfd.h,v retrieving revision 1.24.2.1 retrieving revision 1.24.2.2 diff -u -r1.24.2.1 -r1.24.2.2 --- src/usr.bin/ssh/authfd.h 2002/06/26 15:30:37 1.24.2.1 +++ src/usr.bin/ssh/authfd.h 2002/10/11 14:51:52 1.24.2.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: authfd.h,v 1.24.2.1 2002/06/26 15:30:37 jason Exp $ */ +/* $OpenBSD: authfd.h,v 1.24.2.2 2002/10/11 14:51:52 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);