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 40417159a..fedd2f362 100644 --- a/g10/options.h +++ b/g10/options.h @@ -95,6 +95,7 @@ struct { int auto_key_retrieve; const char *override_session_key; int show_session_key; + int use_agent; int merge_only; int try_all_secrets; } opt; |