diff options
author | David Shaw <[email protected]> | 2004-04-14 21:33:45 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-04-14 21:33:45 +0000 |
commit | a9b00b06d1161cff6f9278f35e913b2db25538c0 (patch) | |
tree | 1bbd69cb819df80a17d0bcf8c551cb31838db306 /g10/keyserver-internal.h | |
parent | * options.h: Encapsulate keyserver details. Change all callers. (diff) | |
download | gnupg-a9b00b06d1161cff6f9278f35e913b2db25538c0.tar.gz gnupg-a9b00b06d1161cff6f9278f35e913b2db25538c0.zip |
* options.h, import.c, keyserver-internal.h, g10.c, mainproc.c,
keyserver.c (parse_keyserver_uri): Parse keyserver URI into a structure.
Cleanup for new "guess my keyserver" functionality, as well as refreshing
via a preferred keyserver subpacket.
Diffstat (limited to '')
-rw-r--r-- | g10/keyserver-internal.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/g10/keyserver-internal.h b/g10/keyserver-internal.h index c341578fa..b1f22be32 100644 --- a/g10/keyserver-internal.h +++ b/g10/keyserver-internal.h @@ -9,8 +9,9 @@ #include "types.h" void parse_keyserver_options(char *options); -int parse_keyserver_uri(char *uri, - const char *configname,unsigned int configlineno); +struct keyserver_spec *parse_keyserver_uri(char *uri, + const char *configname, + unsigned int configlineno); int keyserver_export(STRLIST users); int keyserver_import(STRLIST users); int keyserver_import_fprint(const byte *fprint,size_t fprint_len); |