diff options
Diffstat (limited to 'lib/curlx.h')
-rw-r--r-- | lib/curlx.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/curlx.h b/lib/curlx.h index 1e03a05fc..1f84e6d0a 100644 --- a/lib/curlx.h +++ b/lib/curlx.h @@ -56,6 +56,13 @@ #include "nonblock.h" /* "nonblock.h" provides curlx_nonblock() */ +#include "warnless.h" +/* "warnless.h" provides functions: + + curlx_ultous() + curlx_ultouc() +*/ + /* Now setup curlx_ * names for the functions that are to become curlx_ and be removed from a future libcurl official API: curlx_getenv |