diff options
Diffstat (limited to 'dirmngr/ks-action.h')
-rw-r--r-- | dirmngr/ks-action.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dirmngr/ks-action.h b/dirmngr/ks-action.h index 3dca90f16..5c8a5cd58 100644 --- a/dirmngr/ks-action.h +++ b/dirmngr/ks-action.h @@ -21,6 +21,7 @@ #define DIRMNGR_KS_ACTION_H 1 gpg_error_t ks_action_help (ctrl_t ctrl, const char *url); +gpg_error_t ks_action_resolve (ctrl_t ctrl); gpg_error_t ks_action_search (ctrl_t ctrl, strlist_t patterns, estream_t outfp); gpg_error_t ks_action_get (ctrl_t ctrl, strlist_t patterns, estream_t outfp); gpg_error_t ks_action_fetch (ctrl_t ctrl, const char *url, estream_t outfp); |