diff options
Diffstat (limited to 'tools/call-dirmngr.h')
-rw-r--r-- | tools/call-dirmngr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/call-dirmngr.h b/tools/call-dirmngr.h index 4da0145e7..3acea513d 100644 --- a/tools/call-dirmngr.h +++ b/tools/call-dirmngr.h @@ -28,5 +28,8 @@ gpg_error_t wkd_get_policy_flags (const char *addrspec, estream_t *r_buffer); gpg_error_t wkd_get_key (const char *addrspec, estream_t *r_key); +gpg_error_t wkd_dirmngr_ks_get (const char *domain, + gpg_error_t cb (estream_t key)); + #endif /*GNUPG_TOOLS_CALL_DIRMNGR_H*/ |