diff options
Diffstat (limited to 'dirmngr/dirmngr.h')
-rw-r--r-- | dirmngr/dirmngr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dirmngr/dirmngr.h b/dirmngr/dirmngr.h index ace40e6d5..5de66721b 100644 --- a/dirmngr/dirmngr.h +++ b/dirmngr/dirmngr.h @@ -160,6 +160,8 @@ struct strlist_t keyserver; /* List of default keyservers. */ + const char *user_agent; /* The HTTP Use-Agent (never NULL). */ + /* Compatibility flags (COMPAT_FLAG_xxxx). */ unsigned int compat_flags; } opt; |