diff options
Diffstat (limited to 'common/asshelp.h')
-rw-r--r-- | common/asshelp.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/common/asshelp.h b/common/asshelp.h index 3c961fef8..0eb6553f9 100644 --- a/common/asshelp.h +++ b/common/asshelp.h @@ -49,5 +49,17 @@ start_new_gpg_agent (assuan_context_t *r_ctx, gpg_error_t (*status_cb)(ctrl_t, int, ...), ctrl_t status_cb_arg); +/* This function is used to connect to the dirmngr. On some platforms + the function is able starts a dirmngr process if needed. */ +gpg_error_t +start_new_dirmngr (assuan_context_t *r_ctx, + gpg_err_source_t errsource, + const char *homedir, + const char *dirmngr_program, + int verbose, int debug, + gpg_error_t (*status_cb)(ctrl_t, int, ...), + ctrl_t status_cb_arg); + + #endif /*GNUPG_COMMON_ASSHELP_H*/ |