From 7f32d88ed1b81719e0cda11710fc66745deee6e2 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 20 Jan 2011 14:12:53 +0100 Subject: All standard keyserver commands are now using dirmngr. --- dirmngr/ks-engine.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dirmngr/ks-engine.h') diff --git a/dirmngr/ks-engine.h b/dirmngr/ks-engine.h index 4b26662e8..304fc4d1a 100644 --- a/dirmngr/ks-engine.h +++ b/dirmngr/ks-engine.h @@ -28,6 +28,8 @@ gpg_error_t ks_hkp_search (ctrl_t ctrl, parsed_uri_t uri, const char *pattern, estream_t *r_fp); gpg_error_t ks_hkp_get (ctrl_t ctrl, parsed_uri_t uri, const char *keyspec, estream_t *r_fp); +gpg_error_t ks_hkp_put (ctrl_t ctrl, parsed_uri_t uri, + const void *data, size_t datalen); -- cgit v1.2.3