mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
Added include of easy.h to enable libcurl-using programs to *only* have to
include <curl/curl.h>
This commit is contained in:
parent
90ac37a683
commit
5543c2f11f
@ -512,6 +512,10 @@ typedef enum {
|
|||||||
CURLINFO_LASTONE = 17
|
CURLINFO_LASTONE = 17
|
||||||
} CURLINFO;
|
} CURLINFO;
|
||||||
|
|
||||||
|
/* unfortunately, the easy.h include file needs the options and info stuff
|
||||||
|
before it can be included! */
|
||||||
|
#include <curl/easy.h> /* nothing in curl is fun without the easy stuff */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* NAME curl_getinfo()
|
* NAME curl_getinfo()
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user