summaryrefslogtreecommitdiffstats
path: root/keyserver/curl-shim.h
diff options
context:
space:
mode:
authorDavid Shaw <dshaw@jabberwocky.com>2005-04-17 00:21:28 +0200
committerDavid Shaw <dshaw@jabberwocky.com>2005-04-17 00:21:28 +0200
commitd8e1f7656bac0d65e62c3aac62171fee5da30078 (patch)
tree2542a3694efd25df68c8b03101b0f15aaac3c17f /keyserver/curl-shim.h
parent* gpgkeys_curl.c (main): If the http-proxy option is given without any (diff)
downloadgnupg2-d8e1f7656bac0d65e62c3aac62171fee5da30078.tar.xz
gnupg2-d8e1f7656bac0d65e62c3aac62171fee5da30078.zip
* curl-shim.h, curl-shim.c (curl_escape, curl_free): Emulate
curl_escape and curl_free.
Diffstat (limited to 'keyserver/curl-shim.h')
-rw-r--r--keyserver/curl-shim.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyserver/curl-shim.h b/keyserver/curl-shim.h
index 906d4345c..dc3d959bd 100644
--- a/keyserver/curl-shim.h
+++ b/keyserver/curl-shim.h
@@ -68,5 +68,7 @@ CURL *curl_easy_init(void);
CURLcode curl_easy_setopt(CURL *curl,CURLoption option,...);
CURLcode curl_easy_perform(CURL *curl);
void curl_easy_cleanup(CURL *curl);
+char *curl_escape(char *str,int len);
+void curl_free(char *ptr);
#endif /* !_CURL_SHIM_H_ */