summaryrefslogtreecommitdiff
path: root/scard.h
diff options
context:
space:
mode:
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