diff options
author | David Shaw <[email protected]> | 2004-05-11 19:36:44 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-05-11 19:36:44 +0000 |
commit | 0aba5ff41bb833b61adc58dcf7ac2de49a9ba2d4 (patch) | |
tree | e03e9aaa0e6dda9e6b8a5b89b5e3ead0f5e3e2f7 /g10/options.h | |
parent | * keylist.c (show_policy_url, show_keyserver_url, show_notation) (diff) | |
download | gnupg-0aba5ff41bb833b61adc58dcf7ac2de49a9ba2d4.tar.gz gnupg-0aba5ff41bb833b61adc58dcf7ac2de49a9ba2d4.zip |
* options.h, keyserver-internal.h, keyserver.c (parse_keyserver_uri):
Improved URI parser that keeps track of the path information and doesn't
modify the input string. (keyserver_spawn): Tell keyserver plugins about
the path.
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 67e9a7bb9..c2a68b7b5 100644 --- a/g10/options.h +++ b/g10/options.h @@ -131,6 +131,7 @@ struct char *scheme; char *host; char *port; + char *path; char *opaque; } *keyserver; struct |