summaryrefslogtreecommitdiff
path: root/include/curl/curl.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-08-05 11:51:07 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-09-06 11:03:08 +0200
commitbac70d074f448ebd610f8f15eeb5585515532fa1 (patch)
tree51195876cf8535fd815a65690d80115fcfdc335f /include/curl/curl.h
parent6987fcef657710f800b05dd79ff744087b15c73d (diff)
downloadcurl-URL-API.tar.gz
URL-APIURL-API
See header file and man pages for API. All documented API details work and are tested in the 1560 test case. Closes #2842
Diffstat (limited to 'include/curl/curl.h')
-rw-r--r--include/curl/curl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index c19613072..c13c913a0 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -2788,6 +2788,7 @@ CURL_EXTERN CURLcode curl_easy_pause(CURL *handle, int bitmask);
stuff before they can be included! */
#include "easy.h" /* nothing in curl is fun without the easy stuff */
#include "multi.h"
+#include "urlapi.h"
/* the typechecker doesn't work in C++ (yet) */
#if defined(__GNUC__) && defined(__GNUC_MINOR__) && \