diff options
Diffstat (limited to 'scd/card-common.h')
-rw-r--r-- | scd/card-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/card-common.h b/scd/card-common.h index 50014cead..7ce2726c3 100644 --- a/scd/card-common.h +++ b/scd/card-common.h @@ -59,7 +59,7 @@ struct card_ctx_s { }; /*-- card.c --*/ -int map_sc_err (int rc); +gpg_error_t map_sc_err (int rc); int card_help_get_keygrip (KsbaCert cert, unsigned char *array); /*-- card-15.c --*/ |