diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 79b6bcd55..218e97694 100644 --- a/g10/options.h +++ b/g10/options.h @@ -91,6 +91,7 @@ struct { int ignore_time_conflict; int command_fd; int auto_key_retrieve; + int use_agent; } opt; |