diff options
author | Werner Koch <[email protected]> | 2003-08-05 17:11:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-08-05 17:11:04 +0000 |
commit | 1bcf8ef9dea1a9b171c27ef48cadb79df6201e33 (patch) | |
tree | 2ad720429f4b04941ebf0fcbe005e63c89fe69c6 /scd/scdaemon.h | |
parent | This commit was manufactured by cvs2svn to create branch (diff) | |
download | gnupg-1bcf8ef9dea1a9b171c27ef48cadb79df6201e33.tar.gz gnupg-1bcf8ef9dea1a9b171c27ef48cadb79df6201e33.zip |
Cleanups, fixes and PC/SC support
Diffstat (limited to 'scd/scdaemon.h')
-rw-r--r-- | scd/scdaemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/scdaemon.h b/scd/scdaemon.h index b21e19f8c..bdc4c21b3 100644 --- a/scd/scdaemon.h +++ b/scd/scdaemon.h @@ -53,6 +53,7 @@ struct { int dry_run; /* don't change any persistent data */ int batch; /* batch mode */ const char *homedir; /* configuration directory name */ + const char *ctapi_driver; /* Library to access the ctAPI. */ } opt; |