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:
Daniel Stenberg 2005-01-11 15:25:29 +00:00
parent a1813e2b2d
commit e3fa7d021e
7 changed files with 11 additions and 20 deletions

View file

@ -82,7 +82,7 @@
#include "share.h"
#include "memory.h"
#include "progress.h"
#include "easy.h"
#include "easyif.h"
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>