diff options
Diffstat (limited to '')
-rw-r--r-- | dirmngr/http.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dirmngr/http.h b/dirmngr/http.h index a0458f87c..2bad63d22 100644 --- a/dirmngr/http.h +++ b/dirmngr/http.h @@ -197,5 +197,7 @@ gpg_error_t http_prepare_redirect (http_redir_info_t *info, unsigned int status_code, const char *location, char **r_url); +const char *http_status2string (unsigned int status); + #endif /*GNUPG_COMMON_HTTP_H*/ |