Loading include/curl/curl.h +3 −3 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ #define FALSE 0 #endif #include <curl/types.h> #include "types.h" #ifdef __cplusplus extern "C" { Loading Loading @@ -823,8 +823,8 @@ typedef enum { /* unfortunately, the easy.h and multi.h include files need options and info stuff before they can be included! */ #include <curl/easy.h> /* nothing in curl is fun without the easy stuff */ #include <curl/multi.h> #include "easy.h" /* nothing in curl is fun without the easy stuff */ #include "multi.h" typedef enum { CURLCLOSEPOLICY_NONE, /* first, never use this */ Loading include/curl/multi.h +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ #include <sys/time.h> #endif #include <curl/curl.h> #include "curl.h" typedef void CURLM; Loading Loading
include/curl/curl.h +3 −3 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ #define FALSE 0 #endif #include <curl/types.h> #include "types.h" #ifdef __cplusplus extern "C" { Loading Loading @@ -823,8 +823,8 @@ typedef enum { /* unfortunately, the easy.h and multi.h include files need options and info stuff before they can be included! */ #include <curl/easy.h> /* nothing in curl is fun without the easy stuff */ #include <curl/multi.h> #include "easy.h" /* nothing in curl is fun without the easy stuff */ #include "multi.h" typedef enum { CURLCLOSEPOLICY_NONE, /* first, never use this */ Loading
include/curl/multi.h +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ #include <sys/time.h> #endif #include <curl/curl.h> #include "curl.h" typedef void CURLM; Loading