From 7f32d88ed1b81719e0cda11710fc66745deee6e2 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 20 Jan 2011 14:12:53 +0100 Subject: All standard keyserver commands are now using dirmngr. --- common/http.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/http.h') 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*/ -- cgit v1.2.3