=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/scard.h,v retrieving revision 1.11 retrieving revision 1.11.4.2 diff -u -r1.11 -r1.11.4.2 --- src/usr.bin/ssh/Attic/scard.h 2002/06/30 21:59:45 1.11 +++ src/usr.bin/ssh/Attic/scard.h 2004/03/04 18:18:16 1.11.4.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: scard.h,v 1.11 2002/06/30 21:59:45 deraadt Exp $ */ +/* $OpenBSD: scard.h,v 1.11.4.2 2004/03/04 18:18:16 brad Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -36,5 +36,6 @@ Key **sc_get_keys(const char *, const char *); void sc_close(void); int sc_put_key(Key *, const char *); +char *sc_get_key_label(Key *); #endif