diff options
Diffstat (limited to '')
-rw-r--r-- | common/http.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/http.h b/common/http.h index fa73b6e59..b6471b6b8 100644 --- a/common/http.h +++ b/common/http.h @@ -95,6 +95,7 @@ void http_register_tls_ca (const char *fname); gpg_error_t http_session_new (http_session_t *r_session, const char *tls_priority); +http_session_t http_session_ref (http_session_t sess); void http_session_release (http_session_t sess); |