diff options
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index ade26dcc4..57f225c6b 100644 --- a/g10/options.h +++ b/g10/options.h @@ -134,6 +134,10 @@ struct char *port; char *path; char *opaque; + struct + { + unsigned int direct_uri:1; + } flags; } *keyserver; struct { |