summaryrefslogtreecommitdiffstats
path: root/curl-wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'curl-wrap.h')
-rw-r--r--curl-wrap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/curl-wrap.h b/curl-wrap.h
index ab91bca..26fe210 100644
--- a/curl-wrap.h
+++ b/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);