diff options
author | Werner Koch <wk@gnupg.org> | 2011-02-09 17:48:00 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2011-02-09 18:20:05 +0100 |
commit | 1cdcab68924a58623c3ea75eb47544973f24420c (patch) | |
tree | 96b0e3e873e2510d6b958ed6d3c42e8c4f61d6d5 /dirmngr/ks-action.h | |
parent | Support key fetching using HTTP. (diff) | |
download | gnupg2-1cdcab68924a58623c3ea75eb47544973f24420c.tar.xz gnupg2-1cdcab68924a58623c3ea75eb47544973f24420c.zip |
Add framework to print keyserver engine information
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 bba53bc04..3dca90f16 100644 --- a/dirmngr/ks-action.h +++ b/dirmngr/ks-action.h @@ -20,6 +20,7 @@ #ifndef DIRMNGR_KS_ACTION_H #define DIRMNGR_KS_ACTION_H 1 +gpg_error_t ks_action_help (ctrl_t ctrl, const char *url); 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); |