diff options
author | Werner Koch <wk@gnupg.org> | 2003-08-05 19:11:04 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-08-05 19:11:04 +0200 |
commit | 1bcf8ef9dea1a9b171c27ef48cadb79df6201e33 (patch) | |
tree | 2ad720429f4b04941ebf0fcbe005e63c89fe69c6 /scd/app-common.h | |
parent | This commit was manufactured by cvs2svn to create branch (diff) | |
download | gnupg2-1bcf8ef9dea1a9b171c27ef48cadb79df6201e33.tar.xz gnupg2-1bcf8ef9dea1a9b171c27ef48cadb79df6201e33.zip |
Cleanups, fixes and PC/SC support
Diffstat (limited to 'scd/app-common.h')
-rw-r--r-- | scd/app-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/app-common.h b/scd/app-common.h index 282f82715..1243ca3ec 100644 --- a/scd/app-common.h +++ b/scd/app-common.h @@ -69,6 +69,7 @@ struct app_ctx_s { }; /*-- app.c --*/ +void app_set_default_reader_port (const char *portstr); APP select_application (void); int app_get_serial_and_stamp (APP app, char **serial, time_t *stamp); int app_write_learn_status (APP app, CTRL ctrl); |