diff options
| author | Werner Koch <[email protected]> | 2002-02-06 14:51:35 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2002-02-06 14:51:35 +0000 |
| commit | 0c4c0f2ecc409f7de948dccfdcf9e39b59904858 (patch) | |
| tree | 55135fb65afee3a22690e035d1b69a0b3bf09e95 /agent/agent.h | |
| parent | 2002-02-01 Marcus Brinkmann <[email protected]> (diff) | |
| download | gnupg-0c4c0f2ecc409f7de948dccfdcf9e39b59904858.tar.gz gnupg-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; |
