aboutsummaryrefslogtreecommitdiffstats
path: root/src/curl-wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/curl-wrap.h')
-rw-r--r--src/curl-wrap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/curl-wrap.h b/src/curl-wrap.h
index 2e44f47..dcdcef3 100644
--- a/src/curl-wrap.h
+++ b/src/curl-wrap.h
@@ -20,9 +20,6 @@
#include <curl/curl.h>
-extern char *curl_wrap_url (const char *base, const char *path,
- const char *const *query, size_t * size);
-
extern int curl_wrap_perform (CURL * curl, char **result, size_t * size);
extern void curl_wrap_do(CURL *curl, void (*callback)(void *closure, int status, CURL *curl, const char *result, size_t size), void *closure);