mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
parent
b17ef873ae
commit
57ff2d6c91
24 changed files with 34 additions and 17 deletions
|
|
@ -26,10 +26,7 @@
|
|||
#include "curl_setup.h"
|
||||
|
||||
#include "hash.h"
|
||||
#include "curl_addrinfo.h"
|
||||
#include "curlx/timeval.h" /* for curltime, timediff_t */
|
||||
#include "asyn.h"
|
||||
#include "httpsrr.h"
|
||||
|
||||
#ifdef USE_HTTPSRR
|
||||
# include <stdint.h>
|
||||
|
|
@ -50,6 +47,7 @@ struct hostent;
|
|||
struct Curl_easy;
|
||||
struct connectdata;
|
||||
struct easy_pollset;
|
||||
struct Curl_https_rrinfo;
|
||||
|
||||
enum alpnid {
|
||||
ALPN_none = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue