=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/authfd.h,v retrieving revision 1.21.2.1 retrieving revision 1.21.2.2 diff -u -r1.21.2.1 -r1.21.2.2 --- src/usr.bin/ssh/authfd.h 2002/03/07 17:37:46 1.21.2.1 +++ src/usr.bin/ssh/authfd.h 2002/05/17 00:03:23 1.21.2.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: authfd.h,v 1.21.2.1 2002/03/07 17:37:46 jason Exp $ */ +/* $OpenBSD: authfd.h,v 1.21.2.2 2002/05/17 00:03:23 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],