diff options
author | Werner Koch <[email protected]> | 2009-01-27 11:30:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-01-27 11:30:02 +0000 |
commit | 51e483168584dd088f9af29f80a1db7dd26d4d34 (patch) | |
tree | 39641ac9c27d7732900e1b8540bd56132362783e /scd/app-common.h | |
parent | Print more directories with gpgconf --list-dirs. (diff) | |
download | gnupg-51e483168584dd088f9af29f80a1db7dd26d4d34.tar.gz gnupg-51e483168584dd088f9af29f80a1db7dd26d4d34.zip |
Add a Geldkarte gadget application.
Minor other changes.
Diffstat (limited to 'scd/app-common.h')
-rw-r--r-- | scd/app-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scd/app-common.h b/scd/app-common.h index fe98bf832..5a45fa05b 100644 --- a/scd/app-common.h +++ b/scd/app-common.h @@ -207,6 +207,9 @@ gpg_error_t app_select_dinsig (app_t app); /*-- app-p15.c --*/ gpg_error_t app_select_p15 (app_t app); +/*-- app-geldkarte.c --*/ +gpg_error_t app_select_geldkarte (app_t app); + #endif |