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 aaa2d3a13..7eecbc004 100644 --- a/common/http.h +++ b/common/http.h @@ -117,6 +117,7 @@ unsigned int http_get_status_code (http_t hd); const char *http_get_header (http_t hd, const char *name); char *http_escape_string (const char *string, const char *specials); +char *http_escape_data (const void *data, size_t datalen, const char *specials); #endif /*GNUPG_COMMON_HTTP_H*/ |