diff options
Diffstat (limited to 'scard.h')
-rw-r--r-- | scard.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: scard.h,v 1.10 2002/03/25 17:34:27 markus Exp $ */ | 1 | /* $OpenBSD: scard.h,v 1.11 2002/06/30 21:59:45 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2001 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2001 Markus Friedl. All rights reserved. |
@@ -33,8 +33,8 @@ | |||
33 | #define SCARD_ERROR_NOCARD -2 | 33 | #define SCARD_ERROR_NOCARD -2 |
34 | #define SCARD_ERROR_APPLET -3 | 34 | #define SCARD_ERROR_APPLET -3 |
35 | 35 | ||
36 | Key **sc_get_keys(const char*, const char*); | 36 | Key **sc_get_keys(const char *, const char *); |
37 | void sc_close(void); | 37 | void sc_close(void); |
38 | int sc_put_key(Key *, const char*); | 38 | int sc_put_key(Key *, const char *); |
39 | 39 | ||
40 | #endif | 40 | #endif |