diff options
author | David Shaw <[email protected]> | 2006-02-23 17:00:02 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2006-02-23 17:00:02 +0000 |
commit | c37453211c11d19ac26dc6b70f6d789896aeee9d (patch) | |
tree | a1894712dbe14f78398aa2ba17744106856514a9 /g10/keyserver-internal.h | |
parent | * options.h, keyserver-internal.h, keyserver.c (keyserver_import_name), (diff) | |
download | gnupg-c37453211c11d19ac26dc6b70f6d789896aeee9d.tar.gz gnupg-c37453211c11d19ac26dc6b70f6d789896aeee9d.zip |
* options.h, keyserver.c (add_canonical_option): New.
(parse_keyserver_options): Moved from here. (parse_keyserver_uri): Use it
here so each keyserver can have some private options in addition to the
main keyserver-options (e.g. per-keyserver auth).
Diffstat (limited to '')
-rw-r--r-- | g10/keyserver-internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/keyserver-internal.h b/g10/keyserver-internal.h index ed5fdceb1..c35c57134 100644 --- a/g10/keyserver-internal.h +++ b/g10/keyserver-internal.h @@ -29,7 +29,8 @@ int parse_keyserver_options(char *options); void free_keyserver_spec(struct keyserver_spec *keyserver); -struct keyserver_spec *parse_keyserver_uri(const char *uri,int require_scheme, +struct keyserver_spec *parse_keyserver_uri(const char *string, + int require_scheme, const char *configname, unsigned int configlineno); struct keyserver_spec *parse_preferred_keyserver(PKT_signature *sig); |