summaryrefslogtreecommitdiff
path: root/scard.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-06-18 20:28:40 +1000
committerDamien Miller <djm@mindrot.org>2003-06-18 20:28:40 +1000
commit56a0bb07c47285fe78268c95650032ab0ea667cd (patch)
tree093fae55e5f9358686e02bdbcbe6781a8691baf2 /scard.h
parentb2cdcb50a2900953035234bf94f7b586fd9dd429 (diff)
- markus@cvs.openbsd.org 2003/06/12 19:12:03
[scard.c scard.h ssh-agent.c ssh.c] add sc_get_key_label; larsch at trustcenter.de; bugzilla#591
Diffstat (limited to 'scard.h')
-rw-r--r--scard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scard.h b/scard.h
index 00999cb09..9ba20a361 100644
--- a/scard.h
+++ b/scard.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: scard.h,v 1.11 2002/06/30 21:59:45 deraadt Exp $ */ 1/* $OpenBSD: scard.h,v 1.12 2003/06/12 19:12:03 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2001 Markus Friedl. All rights reserved. 4 * Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -36,5 +36,6 @@
36Key **sc_get_keys(const char *, const char *); 36Key **sc_get_keys(const char *, const char *);
37void sc_close(void); 37void sc_close(void);
38int sc_put_key(Key *, const char *); 38int sc_put_key(Key *, const char *);
39char *sc_get_key_label(Key *);
39 40
40#endif 41#endif