=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/authfd.h,v retrieving revision 1.16.2.1 retrieving revision 1.16.2.2 diff -u -r1.16.2.1 -r1.16.2.2 --- src/usr.bin/ssh/authfd.h 2001/09/27 19:03:54 1.16.2.1 +++ src/usr.bin/ssh/authfd.h 2002/03/09 00:20:44 1.16.2.2 @@ -1,3 +1,5 @@ +/* $OpenBSD: authfd.h,v 1.16.2.2 2002/03/09 00:20:44 miod Exp $ */ + /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -11,8 +13,6 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: authfd.h,v 1.16.2.1 2001/09/27 19:03:54 jason 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 */