mirror of
https://github.com/curl/curl.git
synced 2026-08-08 14:32:57 +03:00
Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't
shadow our public headers with the former names.
This commit is contained in:
parent
a1813e2b2d
commit
e3fa7d021e
7 changed files with 11 additions and 20 deletions
|
|
@ -118,7 +118,7 @@ void idn_free (void *ptr); /* prototype from idn-free.h, not provided by
|
|||
#include "http_digest.h"
|
||||
#include "http_negotiate.h"
|
||||
#include "select.h"
|
||||
#include "multi.h"
|
||||
#include "multiif.h"
|
||||
|
||||
/* And now for the protocols */
|
||||
#include "ftp.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue