diff options
author | Werner Koch <wk@gnupg.org> | 2002-02-06 15:51:35 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2002-02-06 15:51:35 +0100 |
commit | 0c4c0f2ecc409f7de948dccfdcf9e39b59904858 (patch) | |
tree | 55135fb65afee3a22690e035d1b69a0b3bf09e95 /agent/agent.h | |
parent | 2002-02-01 Marcus Brinkmann <marcus@g10code.de> (diff) | |
download | gnupg2-0c4c0f2ecc409f7de948dccfdcf9e39b59904858.tar.xz gnupg2-0c4c0f2ecc409f7de948dccfdcf9e39b59904858.zip |
* cache.c (housekeeping): Fixed linking in the remove case.
Diffstat (limited to 'agent/agent.h')
-rw-r--r-- | agent/agent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h index 0b88d9a2c..9236ef07a 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -37,6 +37,7 @@ struct { const char *homedir; /* configuration directory name */ const char *pinentry_program; int no_grab; /* don't let the pinentry grab the keyboard */ + unsigned long def_cache_ttl; } opt; |