diff options
Diffstat (limited to '')
-rw-r--r-- | common/asshelp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/asshelp.h b/common/asshelp.h index 35d211501..20414bd35 100644 --- a/common/asshelp.h +++ b/common/asshelp.h @@ -74,6 +74,10 @@ start_new_dirmngr (assuan_context_t *r_ctx, gpg_error_t (*status_cb)(ctrl_t, int, ...), ctrl_t status_cb_arg); +/* Return the version of a server using "GETINFO version". */ +gpg_error_t get_assuan_server_version (assuan_context_t ctx, + int mode, char **r_version); + /*-- asshelp2.c --*/ |