diff options
| author | Werner Koch <[email protected]> | 2018-12-11 12:24:21 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2018-12-11 12:24:31 +0000 |
| commit | dc61f4ecea5c9815cb00aeb25439978337c1fd64 (patch) | |
| tree | 685ff078adb9c68ea7d0e5165d788e1ed8c0beef /dirmngr/http.h | |
| parent | gpg: In search-keys return "Not found" instead of "No Data". (diff) | |
| download | gnupg-dc61f4ecea5c9815cb00aeb25439978337c1fd64.tar.gz gnupg-dc61f4ecea5c9815cb00aeb25439978337c1fd64.zip | |
dirmngr: New function http_status2string.
* dirmngr/http.c (http_status2string): New.
--
Right now only the standard 5xx codes.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'dirmngr/http.h')
| -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 4755b9248..492e86726 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*/ |
