=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/authfd.h,v retrieving revision 1.16.2.2 retrieving revision 1.16.2.3 diff -u -r1.16.2.2 -r1.16.2.3 --- src/usr.bin/ssh/authfd.h 2002/03/09 00:20:44 1.16.2.2 +++ src/usr.bin/ssh/authfd.h 2002/06/02 22:56:09 1.16.2.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: authfd.h,v 1.16.2.2 2002/03/09 00:20:44 miod Exp $ */ +/* $OpenBSD: authfd.h,v 1.16.2.3 2002/06/02 22:56:09 miod Exp $ */ /* * Author: Tatu Ylonen @@ -67,7 +67,7 @@ int ssh_add_identity(AuthenticationConnection *, Key *, const char *); int ssh_remove_identity(AuthenticationConnection *, Key *); int ssh_remove_all_identities(AuthenticationConnection *, int); -int ssh_update_card(AuthenticationConnection *, int, const char *); +int ssh_update_card(AuthenticationConnection *, int, const char *, const char *); int ssh_decrypt_challenge(AuthenticationConnection *, Key *, BIGNUM *, u_char[16],