summaryrefslogtreecommitdiffstats
path: root/tools/gpg-wks.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2019-03-25 15:13:59 +0100
committerWerner Koch <wk@gnupg.org>2019-03-25 15:13:59 +0100
commit70c97a862aa586c314a64190d1e489a272e552ea (patch)
tree906db5af747f2a8af15c64a02c3d8d90f897182d /tools/gpg-wks.h
parentdoc: Clarify option --no-keyring. (diff)
downloadgnupg2-70c97a862aa586c314a64190d1e489a272e552ea.tar.xz
gnupg2-70c97a862aa586c314a64190d1e489a272e552ea.zip
wkd: New command --print-wkd-url for gpg-wks-client.
* tools/gpg-wks-client.c (aPrintWKDURL): New. (opts): Add option. (main): Implement. * tools/wks-util.c (wks_cmd_print_wkd_url): New. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'tools/gpg-wks.h')
-rw-r--r--tools/gpg-wks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gpg-wks.h b/tools/gpg-wks.h
index 99969c1ef..9acd7c37f 100644
--- a/tools/gpg-wks.h
+++ b/tools/gpg-wks.h
@@ -104,6 +104,7 @@ gpg_error_t wks_compute_hu_fname (char **r_fname, const char *addrspec);
gpg_error_t wks_cmd_install_key (const char *fname, const char *userid);
gpg_error_t wks_cmd_remove_key (const char *userid);
gpg_error_t wks_cmd_print_wkd_hash (const char *userid);
+gpg_error_t wks_cmd_print_wkd_url (const char *userid);
/*-- wks-receive.c --*/