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. --- g10/main.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'g10/main.h') diff --git a/g10/main.h b/g10/main.h index 2e760844a..427834023 100644 --- a/g10/main.h +++ b/g10/main.h @@ -287,6 +287,10 @@ int parse_export_options(char *str,unsigned int *options,int noisy); int export_pubkeys (ctrl_t ctrl, strlist_t users, unsigned int options ); int export_pubkeys_stream (ctrl_t ctrl, iobuf_t out, strlist_t users, kbnode_t *keyblock_out, unsigned int options ); +gpg_error_t export_pubkey_buffer (ctrl_t ctrl, const char *keyspec, + unsigned int options, + kbnode_t *r_keyblock, + void **r_data, size_t *r_datalen); int export_seckeys (ctrl_t ctrl, strlist_t users); int export_secsubkeys (ctrl_t ctrl, strlist_t users); -- cgit v1.2.3