=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/authfd.h,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- src/usr.bin/ssh/authfd.h 2001/08/07 10:37:46 1.21 +++ src/usr.bin/ssh/authfd.h 2002/02/24 19:14:59 1.22 @@ -11,7 +11,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: authfd.h,v 1.21 2001/08/07 10:37:46 markus Exp $"); */ +/* RCSID("$OpenBSD: authfd.h,v 1.22 2002/02/24 19:14:59 markus Exp $"); */ #ifndef AUTHFD_H #define AUTHFD_H @@ -74,7 +74,7 @@ u_int, u_char[16]); int -ssh_agent_sign(AuthenticationConnection *, Key *, u_char **, int *, u_char *, - int); +ssh_agent_sign(AuthenticationConnection *, Key *, u_char **, u_int *, u_char *, + u_int); #endif /* AUTHFD_H */