aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/ks-action.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dirmngr/ks-action.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dirmngr/ks-action.h b/dirmngr/ks-action.h
index 4a92ed1a4..b3bd3fc46 100644
--- a/dirmngr/ks-action.h
+++ b/dirmngr/ks-action.h
@@ -22,6 +22,7 @@
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_put (ctrl_t ctrl, const void *data, size_t datalen);
#endif /*DIRMNGR_KS_ACTION_H*/