aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/kbx-client-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbx/kbx-client-util.h')
-rw-r--r--kbx/kbx-client-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kbx/kbx-client-util.h b/kbx/kbx-client-util.h
index 1cc68b5a0..07cf78ec7 100644
--- a/kbx/kbx-client-util.h
+++ b/kbx/kbx-client-util.h
@@ -28,6 +28,7 @@ typedef struct kbx_client_data_s *kbx_client_data_t;
gpg_error_t kbx_client_data_new (kbx_client_data_t *r_kcd,
assuan_context_t ctx, int dlines);
void kbx_client_data_release (kbx_client_data_t kcd);
+gpg_error_t kbx_client_data_simple (kbx_client_data_t kcd, const char *command);
gpg_error_t kbx_client_data_cmd (kbx_client_data_t kcd, const char *command,
gpg_error_t (*status_cb)(void *opaque,
const char *line),